#CAE2AC

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

Shades of Reef #CAE2AC

Tints of Reef #CAE2AC

Color information

#CAE2AC (or 0xCAE2AC) is unknown color: approx Reef. HEX triplet: CA, E2 and AC. RGB value is (202,226,172). Sum of RGB (Red+Green+Blue) = 202+226+172=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE2AC is #351D53. Grayscale: #D4D4D4. Windows color (decimal): -3480916 or 11330250. OLE color: 11330250.

HSL color Cylindrical-coordinate representation of color #CAE2AC: hue angle of 86.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAE2AC is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB202226172-
CMYK0.1100.240.11
HSL86.67º48.21%78.04%-
HSV(B)86.67º23.89%88.63%-
XYZ5969.9349.42-
YUV212.67105.05120.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 226 (88.67% from 255) = 37.67%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=33.67%
G=37.67%
B=28.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022261720.1100.240.1186.6748.2178.04
HexCAE2ACB018B57304e
Octal312342254130301312760116
Binary1100101011100010101011001011011000101110101111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2AC; }

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

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

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

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

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

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

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

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