#CAE0AF

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

Shades of Reef #CAE0AF

Tints of Reef #CAE0AF

Color information

#CAE0AF (or 0xCAE0AF) is unknown color: approx Reef. HEX triplet: CA, E0 and AF. RGB value is (202,224,175). Sum of RGB (Red+Green+Blue) = 202+224+175=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE0AF is #351F50. Grayscale: #D4D4D4. Windows color (decimal): -3481425 or 11526346. OLE color: 11526346.

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

Color convert

RGB202224175-
CMYK0.1000.220.12
HSL86.94º44.14%78.24%-
HSV(B)86.94º21.88%87.84%-
XYZ58.7568.9650.77-
YUV211.84107.21120.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=33.61%
G=37.27%
B=29.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241750.1000.220.1286.9444.1478.24
HexCAE0AFA016C572c4e
Octal312340257120261412754116
Binary1100101011100000101011111010010110110010101111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0AF; }

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

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

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

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

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

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

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

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