#CEEA9D

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

Shades of Reef #CEEA9D

Tints of Reef #CEEA9D

Color information

#CEEA9D (or 0xCEEA9D) is unknown color: approx Reef. HEX triplet: CE, EA and 9D. RGB value is (206,234,157). Sum of RGB (Red+Green+Blue) = 206+234+157=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA9D is #311562. Grayscale: #D9D9D9. Windows color (decimal): -3216739 or 10349262. OLE color: 10349262.

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

Color convert

RGB206234157-
CMYK0.1200.330.08
HSL81.82º64.71%76.67%-
HSV(B)81.82º32.91%91.76%-
XYZ60.9674.443.05-
YUV216.8594.22120.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 157 (61.72% from 255) = 26.30%
R=34.51%
G=39.20%
B=26.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062341570.1200.330.0881.8264.7176.67
HexCEEA9DC021852414d
Octal3163522351404110122101115
Binary110011101110101010011101110001000011000101001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA9D; }

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

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

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

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

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

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

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

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