COLOR #248A99

HEX: #248A99 RGB: (36,138,153)

Color info

#248A99 contains mainly green and blue colors. Web safe color of #248A99 is #339999 (or #399).

RGB color model

#248A99 color RGB value is (36,138,153).

RGB: (36,138,153) (14%, 54%, 60%)

RGB channels and saturation

R 36 of 255 = 14%
G 138 of 255 = 54%
B 153 of 255 = 60%

36
138
153

R + G + B ~ 43%. #248A99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 36 + 138 + 153 = 327 (100%)
R 36 of 327 ~ 11.01%
G 138 of 327 ~ 42.2%
B 153 of 327 ~ 46.79'%

%11.01
%42.2
%46.79

CMYK color model

#248A99 color CMYK value is (76,10,0,40).

  • cyan value is 76.47%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (76,10,0,40)
C76M10Y0K40 (76%, 10%, 0%, 40%)
(0.76 / 0.10 / 0.00 / 0.40)

CMYK percentages

%76.47
%9.8
%0
%40

Codes

Color #248A99 in popluar color models

24 8A 99
RGB 36 138 153
HSL 188° 61.90% 37.06%
HSB/HSV 188° 76.47% 60.00%
CMYK 76.47% 9.80% 0.00%
40.00%

Color #248A99 in popluar number systems.

HEX 24 8A 99
Decimal 36 138 153
Binary 100100 10001010 10011001
Octal 44 212 231

Shades and tints

Shades of #248A99

#248A99
(36,138,153)
#217E8C
(33,126,140)
#1E727F
(30,114,127)
#1B6672
(27,102,114)
#185A65
(24,90,101)
#154E58
(21,78,88)
#12424B
(18,66,75)
#0F363E
(15,54,62)
#0C2A31
(12,42,49)
#091E24
(9,30,36)
#061217
(6,18,23)
#000000
(0,0,0)

Tints of #248A99

#248A99
(36,138,153)
#3794A2
(55,148,162)
#4A9EAB
(74,158,171)
#5DA8B4
(93,168,180)
#70B2BD
(112,178,189)
#83BCC6
(131,188,198)
#96C6CF
(150,198,207)
#A9D0D8
(169,208,216)
#BCDAE1
(188,218,225)
#CFE4EA
(207,228,234)
#E2EEF3
(226,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248A99 color. Also use rgb(36,138,153) instead hex code.

Text Font Color

.myTextColor { color: #248A99; }

<p style="color:#248A99">This sample text font color is #248A99.</p>

This text font color is #248A99.

Background Color

.myBgColor { background-color: #248A99; }

<div style="background-color:#248A99">Inner text</div>

This div background color is #248A99.

Border color

.myBorderColor { border: 1px solid #248A99; }

<div style="border:3px solid #248A99">Div</div>

This div border color is #248A99.

Opacity

.myOpacity80 { color: #248A99; opacity: 0.8; }

<p style="color:#248A99;opacity:0.8;">80%</p>

Text with #248A99 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #248A99;}

<p style="text-shadow: 3px 3px 1px #248A99">Text here.</p>

This text has shadow with #248A99 color.


.textShadow {text-shadow: 3px 3px 1px #248A99', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #248A99, 5px 5px 20px red">Text here.</p>

This text has shadow with #248A99 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#248A99, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#248A99, Direction=45, Strength=4)">Text</p>

This text has shadow with #248A99 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #248A99;
-webkit-box-shadow: 1px 1px 3px 2px #248A99;
box-shadow: 1px 1px 3px 2px #248A99;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #248A99; -webkit-box-shadow: 1px 1px 3px 2px #248A99; box-shadow:1px 1px 3px 2px #248A99;">
Div content here
</div>

This div box has shadow with color #248A99.

Preview

Color preview on black background

This text has color #248A99 on black background.


Color preview on white background

This text has color #248A99 on white background.


Black color preview on #248A99 background

This text has black color on #248A99 background.


White color preview on #248A99 background

This text has white color on #248A99 background.


Related colors

Complementary color

Complementary color for #hex is #DB7566.


I love getcolorcode.com

Triadic colors

1 #99248A and #8A9924 with #248A99 are triadic colors.

2 #998A24 and #8A2499 with #248A99 are triadic colors.