#8EB9AE

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

Shades of Sea Nymph #8EB9AE

Tints of Sea Nymph #8EB9AE

Color information

#8EB9AE (or 0x8EB9AE) is unknown color: approx Sea Nymph. HEX triplet: 8E, B9 and AE. RGB value is (142,185,174). Sum of RGB (Red+Green+Blue) = 142+185+174=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB9AE is #714651. Grayscale: #AAAAAA. Windows color (decimal): -7423570 or 11450766. OLE color: 11450766.

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

Color convert

RGB142185174-
CMYK0.2300.060.27
HSL164.65º23.5%64.12%-
HSV(B)164.65º23.24%72.55%-
XYZ36.1443.546.54-
YUV170.89129.75107.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=28.34%
G=36.93%
B=34.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421851740.2300.060.27164.6523.564.12
Hex8EB9AE17061Ba51740
Octal21627125627063324527100
Binary1000111010111001101011101011101101101110100101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,185,174); }

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

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

 a { background-color: rgb(142,185,174); }

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

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

 span { border-color: rgb(142,185,174); }

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