Html Css Color HEX #8EBBAA Sea Nymph

📋 copy color: '#8EBBAA'

red 142 ◦ green 187 ◦ blue 170

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

Shades of Sea Nymph #8EBBAA

Tints of Sea Nymph #8EBBAA

RGB

 RED value IS 142 (55.86% from 255) = 28.46%

 GREEN value IS 187 (73.44% from 255) = 37.47%

 BLUE value IS 170 (66.8% from 255) = 34.07%

R = 28.46%
G = 37.47%
B = 34.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#8EBBAA (or 0x8EBBAA) is known color: Sea Nymph. HEX triplet: 8E, BB and AA. RGB value is (142,187,170). Sum of RGB (Red+Green+Blue) = 142+187+170=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBBAA is #714455. Grayscale: #ABABAB. Windows color (decimal): -7423062 or 11189134. OLE color: 11189134.

HSL color Cylindrical-coordinate representation of color #8EBBAA: hue angle of 157.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EBBAA is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 187 170 -
CMYK 0.24 0 0.09 0.27
HSL 157.33º 0.25% 0.65% -
HSV(B) 157.33º 0.24% 0.73% -
XYZ 36.18 44.19 44.65 -
YUV 171.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 142 187 170 0.24 0 0.09 0.27 157.33 0.25 0.65
Hex 8E BB AA 18 0 9 1B 9D 19 41
Octal 216 273 252 30 0 11 33 235 31 101
Binary 10001110 10111011 10101010 11000 0 1001 11011 10011101 11001 1000001

Color Harmonies of #8EBBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBBAA

Black with #8EBBAA

Text Example


Text Example

White with #8EBBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,187,170); }

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

background-color css

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

 a { background-color: rgb(142,187,170); }

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

border-color css

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

 span { border-color: rgb(142,187,170); }

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