#CAE3AE

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

Shades of Reef #CAE3AE

Tints of Reef #CAE3AE

Color information

#CAE3AE (or 0xCAE3AE) is unknown color: approx Reef. HEX triplet: CA, E3 and AE. RGB value is (202,227,174). Sum of RGB (Red+Green+Blue) = 202+227+174=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE3AE is #351C51. Grayscale: #D5D5D5. Windows color (decimal): -3480658 or 11461578. OLE color: 11461578.

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

Color convert

RGB202227174-
CMYK0.1100.230.11
HSL88.3º48.62%78.63%-
HSV(B)88.3º23.35%89.02%-
XYZ59.4770.5550.53-
YUV213.48105.72119.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=33.50%
G=37.65%
B=28.86%

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
Decimal2022271740.1100.230.1188.348.6278.63
HexCAE3AEB017B58314f
Octal312343256130271313061117
Binary1100101011100011101011101011010111101110110001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3AE; }

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

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

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

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

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

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

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

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