Html Css Color HEX #8BB8A9 Sea Nymph

📋 copy color: '#8BB8A9'

red 139 ◦ green 184 ◦ blue 169

#8BB8A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #8BB8A9

Tints of Sea Nymph #8BB8A9

RGB

 RED value IS 139 (54.69% from 255) = 28.25%

 GREEN value IS 184 (72.27% from 255) = 37.4%

 BLUE value IS 169 (66.41% from 255) = 34.35%

R = 28.25%
G = 37.4%
B = 34.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8BB8A9 (or 0x8BB8A9) is known color: Sea Nymph. HEX triplet: 8B, B8 and A9. RGB value is (139,184,169). Sum of RGB (Red+Green+Blue) = 139+184+169=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB8A9 is #744756. Grayscale: #A8A8A8. Windows color (decimal): -7620439 or 11122827. OLE color: 11122827.

HSL color Cylindrical-coordinate representation of color #8BB8A9: hue angle of 160º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB8A9 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 139 184 169 -
CMYK 0.24 0 0.08 0.28
HSL 160º 0.24% 0.63% -
HSV(B) 160º 0.24% 0.72% -
XYZ 34.95 42.63 43.92 -
YUV 168.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 139 184 169 0.24 0 0.08 0.28 160 0.24 0.63
Hex 8B B8 A9 18 0 8 1C A0 18 3F
Octal 213 270 251 30 0 10 34 240 30 77
Binary 10001011 10111000 10101001 11000 0 1000 11100 10100000 11000 111111

Color Harmonies of #8BB8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB8A9

Black with #8BB8A9

Text Example


Text Example

White with #8BB8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BB8A9; }

 p { color: rgb(139,184,169); }

 H1.HeaderClassName
 {
   color: #8BB8A9;
 }
 .AnyTagClassName
 {
   color: #8BB8A9;
 }
</style>

background-color css

<style>
 a { background-color: #8BB8A9; }

 a { background-color: rgb(139,184,169); }

 div.DivClassName
 {
   background-color: #8BB8A9;
 }
 .BgClassName
 {
   background-color: #8BB8A9;
 }
</style>

border-color css

<style>
 span { border-color: #8BB8A9; }

 span { border-color: rgb(139,184,169); }

 td.TdClassName
 {
   border-color: #8BB8A9;
 }
 .TagClassName
 {
   border-color: #8BB8A9;
 }
</style>