#8EBCAC

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

Shades of Sea Nymph #8EBCAC

Tints of Sea Nymph #8EBCAC

Color information

#8EBCAC (or 0x8EBCAC) is unknown color: approx Sea Nymph. HEX triplet: 8E, BC and AC. RGB value is (142,188,172). Sum of RGB (Red+Green+Blue) = 142+188+172=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBCAC is #714353. Grayscale: #ACACAC. Windows color (decimal): -7422804 or 11320462. OLE color: 11320462.

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

Color convert

RGB142188172-
CMYK0.2400.090.26
HSL159.13º25.56%64.71%-
HSV(B)159.13º24.47%73.73%-
XYZ36.5844.745.73-
YUV172.42127.76106.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.29%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=28.29%
G=37.45%
B=34.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421881720.2400.090.26159.1325.5664.71
Hex8EBCAC18091A9f1a41
Octal216274254300113223732101
Binary10001110101111001010110011000010011101010011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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