#8EB8AB

Color #8EB8AB Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #8EB8AB

Tints of Sea Nymph #8EB8AB

Color information

#8EB8AB (or 0x8EB8AB) is unknown color: approx Sea Nymph. HEX triplet: 8E, B8 and AB. RGB value is (142,184,171). Sum of RGB (Red+Green+Blue) = 142+184+171=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB8AB is #714754. Grayscale: #A9A9A9. Windows color (decimal): -7423829 or 11253902. OLE color: 11253902.

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

Color convert

RGB142184171-
CMYK0.2300.070.28
HSL161.43º22.83%63.92%-
HSV(B)161.43º22.83%72.16%-
XYZ35.6542.9744.94-
YUV169.96128.59108.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.57%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=28.57%
G=37.02%
B=34.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1421841710.2300.070.28161.4322.8363.92
Hex8EB8AB17071Ca11740
Octal21627025327073424127100
Binary1000111010111000101010111011101111110010100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EB8AB;
 }
 .AnyTagClassName
 {
   color: #8EB8AB;
 }
</style>
background-color css

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

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

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

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

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

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