#CAE0AC

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

Shades of Reef #CAE0AC

Tints of Reef #CAE0AC

Color information

#CAE0AC (or 0xCAE0AC) is unknown color: approx Reef. HEX triplet: CA, E0 and AC. RGB value is (202,224,172). Sum of RGB (Red+Green+Blue) = 202+224+172=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE0AC is #351F53. Grayscale: #D3D3D3. Windows color (decimal): -3481428 or 11329738. OLE color: 11329738.

HSL color Cylindrical-coordinate representation of color #CAE0AC: hue angle of 85.38º 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 #CAE0AC is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB202224172-
CMYK0.1000.230.12
HSL85.38º45.61%77.65%-
HSV(B)85.38º23.21%87.84%-
XYZ58.4668.8549.24-
YUV211.49105.71121.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=33.78%
G=37.46%
B=28.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241720.1000.230.1285.3845.6177.65
HexCAE0ACA017C552e4e
Octal312340254120271412556116
Binary1100101011100000101011001010010111110010101011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0AC; }

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

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

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

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

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

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

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

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