#CAE9AD

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

Shades of Reef #CAE9AD

Tints of Reef #CAE9AD

Color information

#CAE9AD (or 0xCAE9AD) is unknown color: approx Reef. HEX triplet: CA, E9 and AD. RGB value is (202,233,173). Sum of RGB (Red+Green+Blue) = 202+233+173=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE9AD is #351652. Grayscale: #D9D9D9. Windows color (decimal): -3479123 or 11397578. OLE color: 11397578.

HSL color Cylindrical-coordinate representation of color #CAE9AD: hue angle of 91º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAE9AD is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB202233173-
CMYK0.1300.260.09
HSL91º57.69%79.61%-
HSV(B)91º25.75%91.37%-
XYZ61.0473.8550.57-
YUV216.89103.23117.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 233 (91.41% from 255) = 38.32%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=33.22%
G=38.32%
B=28.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331730.1300.260.099157.6979.61
HexCAE9ADD01A95b3a50
Octal312351255150321113372120
Binary1100101011101001101011011101011010100110110111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9AD; }

 p { color: rgb(202,233,173); }

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

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

 a { background-color: rgb(202,233,173); }

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

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

 span { border-color: rgb(202,233,173); }

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