#CEE0AC

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

Shades of Reef #CEE0AC

Tints of Reef #CEE0AC

Color information

#CEE0AC (or 0xCEE0AC) is unknown color: approx Reef. HEX triplet: CE, E0 and AC. RGB value is (206,224,172). Sum of RGB (Red+Green+Blue) = 206+224+172=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE0AC is #311F53. Grayscale: #D4D4D4. Windows color (decimal): -3219284 or 11329742. OLE color: 11329742.

HSL color Cylindrical-coordinate representation of color #CEE0AC: hue angle of 80.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEE0AC is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB206224172-
CMYK0.0800.230.12
HSL80.77º45.61%77.65%-
HSV(B)80.77º23.21%87.84%-
XYZ59.5669.4149.29-
YUV212.69105.04123.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=34.22%
G=37.21%
B=28.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062241720.0800.230.1280.7745.6177.65
HexCEE0AC8017C512e4e
Octal316340254100271412156116
Binary1100111011100000101011001000010111110010100011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0AC; }

 p { color: rgb(206,224,172); }

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

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

 a { background-color: rgb(206,224,172); }

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

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

 span { border-color: rgb(206,224,172); }

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