#CEEA9C

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

Shades of Reef #CEEA9C

Tints of Reef #CEEA9C

Color information

#CEEA9C (or 0xCEEA9C) is unknown color: approx Reef. HEX triplet: CE, EA and 9C. RGB value is (206,234,156). Sum of RGB (Red+Green+Blue) = 206+234+156=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA9C is #311563. Grayscale: #D9D9D9. Windows color (decimal): -3216740 or 10283726. OLE color: 10283726.

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

Color convert

RGB206234156-
CMYK0.1200.330.08
HSL81.54º65%76.47%-
HSV(B)81.54º33.33%91.76%-
XYZ60.8874.3742.6-
YUV216.7493.72120.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 156 (61.33% from 255) = 26.17%
R=34.56%
G=39.26%
B=26.17%

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
Decimal2062341560.1200.330.0881.546576.47
HexCEEA9CC021852414c
Octal3163522341404110122101114
Binary110011101110101010011100110001000011000101001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA9C; }

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

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

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

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

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

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

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

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