#8EAFAC

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

Shades of Sea Nymph #8EAFAC

Tints of Sea Nymph #8EAFAC

Color information

#8EAFAC (or 0x8EAFAC) is unknown color: approx Sea Nymph. HEX triplet: 8E, AF and AC. RGB value is (142,175,172). Sum of RGB (Red+Green+Blue) = 142+175+172=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAFAC is #715053. Grayscale: #A4A4A4. Windows color (decimal): -7426132 or 11317134. OLE color: 11317134.

HSL color Cylindrical-coordinate representation of color #8EAFAC: hue angle of 174.55º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EAFAC is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB142175172-
CMYK0.1900.020.31
HSL174.55º17.1%62.16%-
HSV(B)174.55º18.86%68.63%-
XYZ33.9339.3944.84-
YUV164.79132.07111.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=29.04%
G=35.79%
B=35.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751720.1900.020.31174.5517.162.16
Hex8EAFAC13021Faf113e
Octal2162572542302372572176
Binary10001110101011111010110010011010111111010111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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