#CEEA91

Color #CEEA91 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CEEA91

Tints of Reef #CEEA91

Color information

#CEEA91 (or 0xCEEA91) is unknown color: approx Reef. HEX triplet: CE, EA and 91. RGB value is (206,234,145). Sum of RGB (Red+Green+Blue) = 206+234+145=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA91 is #31156E. Grayscale: #D7D7D7. Windows color (decimal): -3216751 or 9562830. OLE color: 9562830.

HSL color Cylindrical-coordinate representation of color #CEEA91: hue angle of 78.88º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEEA91 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB206234145-
CMYK0.1200.380.08
HSL78.88º67.94%74.31%-
HSV(B)78.88º38.03%91.76%-
XYZ59.9974.0137.91-
YUV215.4888.22121.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 145 (57.03% from 255) = 24.79%
R=35.21%
G=40%
B=24.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062341450.1200.380.0878.8867.9474.31
HexCEEA91C02684f444a
Octal3163522211404610117104112
Binary110011101110101010010001110001001101000100111110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA91; }

 p { color: rgb(206,234,145); }

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

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

 a { background-color: rgb(206,234,145); }

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

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

 span { border-color: rgb(206,234,145); }

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