#8EB8AC

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

Shades of Sea Nymph #8EB8AC

Tints of Sea Nymph #8EB8AC

Color information

#8EB8AC (or 0x8EB8AC) is unknown color: approx Sea Nymph. HEX triplet: 8E, B8 and AC. RGB value is (142,184,172). Sum of RGB (Red+Green+Blue) = 142+184+172=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB8AC is #714753. Grayscale: #AAAAAA. Windows color (decimal): -7423828 or 11319438. OLE color: 11319438.

HSL color Cylindrical-coordinate representation of color #8EB8AC: hue angle of 162.86º 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 #8EB8AC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB142184172-
CMYK0.2300.070.28
HSL162.86º22.83%63.92%-
HSV(B)162.86º22.83%72.16%-
XYZ35.7443.0145.45-
YUV170.07129.09107.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=28.51%
G=36.95%
B=34.54%

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
Decimal1421841720.2300.070.28162.8622.8363.92
Hex8EB8AC17071Ca31740
Octal21627025427073424327100
Binary1000111010111000101011001011101111110010100011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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