#CAE2AE

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

Shades of Reef #CAE2AE

Tints of Reef #CAE2AE

Color information

#CAE2AE (or 0xCAE2AE) is unknown color: approx Reef. HEX triplet: CA, E2 and AE. RGB value is (202,226,174). Sum of RGB (Red+Green+Blue) = 202+226+174=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE2AE is #351D51. Grayscale: #D5D5D5. Windows color (decimal): -3480914 or 11461322. OLE color: 11461322.

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

Color convert

RGB202226174-
CMYK0.1100.230.11
HSL87.69º47.27%78.43%-
HSV(B)87.69º23.01%88.63%-
XYZ59.1970.0150.44-
YUV212.9106.05120.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 226 (88.67% from 255) = 37.54%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=33.55%
G=37.54%
B=28.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022261740.1100.230.1187.6947.2778.43
HexCAE2AEB017B582f4e
Octal312342256130271313057116
Binary1100101011100010101011101011010111101110110001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2AE; }

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

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

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

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

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

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

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

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