#CAE2AA

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

Shades of Reef #CAE2AA

Tints of Reef #CAE2AA

Color information

#CAE2AA (or 0xCAE2AA) is unknown color: approx Reef. HEX triplet: CA, E2 and AA. RGB value is (202,226,170). Sum of RGB (Red+Green+Blue) = 202+226+170=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE2AA is #351D55. Grayscale: #D4D4D4. Windows color (decimal): -3480918 or 11199178. OLE color: 11199178.

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

Color convert

RGB202226170-
CMYK0.1100.250.11
HSL85.71º49.12%77.65%-
HSV(B)85.71º24.78%88.63%-
XYZ58.8169.8548.41-
YUV212.44104.05120.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 226 (88.67% from 255) = 37.79%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=33.78%
G=37.79%
B=28.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022261700.1100.250.1185.7149.1277.65
HexCAE2AAB019B56314e
Octal312342252130311312661116
Binary1100101011100010101010101011011001101110101101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2AA; }

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

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

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

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

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

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

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

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