#CAE5AA

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

Shades of Reef #CAE5AA

Tints of Reef #CAE5AA

Color information

#CAE5AA (or 0xCAE5AA) is unknown color: approx Reef. HEX triplet: CA, E5 and AA. RGB value is (202,229,170). Sum of RGB (Red+Green+Blue) = 202+229+170=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE5AA is #351A55. Grayscale: #D6D6D6. Windows color (decimal): -3480150 or 11199946. OLE color: 11199946.

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

Color convert

RGB202229170-
CMYK0.1200.260.10
HSL87.46º53.15%78.24%-
HSV(B)87.46º25.76%89.8%-
XYZ59.6371.548.69-
YUV214.2103.05119.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 229 (89.84% from 255) = 38.10%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=33.61%
G=38.10%
B=28.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291700.1200.260.1087.4653.1578.24
HexCAE5AAC01AA57354e
Octal312345252140321212765116
Binary1100101011100101101010101100011010101010101111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE5AA; }

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

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

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

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

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

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

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

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