Html Css Color HEX #8EBBAB Sea Nymph

📋 copy color: '#8EBBAB'

red 142 ◦ green 187 ◦ blue 171

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

Shades of Sea Nymph #8EBBAB

Tints of Sea Nymph #8EBBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 28.4%
G = 37.4%
B = 34.2%

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

#8EBBAB (or 0x8EBBAB) is known color: Sea Nymph. HEX triplet: 8E, BB and AB. RGB value is (142,187,171). Sum of RGB (Red+Green+Blue) = 142+187+171=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBBAB is #714454. Grayscale: #ABABAB. Windows color (decimal): -7423061 or 11254670. OLE color: 11254670.

HSL color Cylindrical-coordinate representation of color #8EBBAB: hue angle of 158.67º 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 #8EBBAB is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 187 171 -
CMYK 0.24 0 0.09 0.27
HSL 158.67º 0.25% 0.65% -
HSV(B) 158.67º 0.24% 0.73% -
XYZ 36.28 44.23 45.15 -
YUV 171.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 142 187 171 0.24 0 0.09 0.27 158.67 0.25 0.65
Hex 8E BB AB 18 0 9 1B 9F 19 41
Octal 216 273 253 30 0 11 33 237 31 101
Binary 10001110 10111011 10101011 11000 0 1001 11011 10011111 11001 1000001

Color Harmonies of #8EBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBBAB

Black with #8EBBAB

Text Example


Text Example

White with #8EBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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