#CAE6AE

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

Shades of Reef #CAE6AE

Tints of Reef #CAE6AE

Color information

#CAE6AE (or 0xCAE6AE) is unknown color: approx Reef. HEX triplet: CA, E6 and AE. RGB value is (202,230,174). Sum of RGB (Red+Green+Blue) = 202+230+174=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE6AE is #351951. Grayscale: #D7D7D7. Windows color (decimal): -3479890 or 11462346. OLE color: 11462346.

HSL color Cylindrical-coordinate representation of color #CAE6AE: hue angle of 90º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAE6AE is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB202230174-
CMYK0.1200.240.10
HSL90º52.83%79.22%-
HSV(B)90º24.35%90.2%-
XYZ60.2972.2150.8-
YUV215.24104.72118.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=33.33%
G=37.95%
B=28.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022301740.1200.240.109052.8379.22
HexCAE6AEC018A5a354f
Octal312346256140301213265117
Binary1100101011100110101011101100011000101010110101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6AE; }

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

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

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

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

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

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

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

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