Shades of Reef #CAE1AA
Tints of Reef #CAE1AA
RGB
CMYK
RGB Variations
Color information
#CAE1AA (or 0xCAE1AA) is known color: Reef. HEX triplet: CA, E1 and AA. RGB value is (202,225,170). Sum of RGB (Red+Green+Blue) = 202+225+170=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE1AA is #351E55. Grayscale: #D4D4D4. Windows color (decimal): -3481174 or 11198922. OLE color: 11198922.
HSL color Cylindrical-coordinate representation of color #CAE1AA: hue angle of 85.09º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAE1AA is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 170 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.12 |
| HSL | 85.09º | 0.48% | 0.77% | - |
| HSV(B) | 85.09º | 0.24% | 0.88% | - |
| XYZ | 58.54 | 69.31 | 48.32 | - |
| YUV | 211.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 170 | 0.10 | 0 | 0.24 | 0.12 | 85.09 | 0.48 | 0.77 |
| Hex | CA | E1 | AA | A | 0 | 18 | C | 55 | 30 | 4D |
| Octal | 312 | 341 | 252 | 12 | 0 | 30 | 14 | 125 | 60 | 115 |
| Binary | 11001010 | 11100001 | 10101010 | 1010 | 0 | 11000 | 1100 | 1010101 | 110000 | 1001101 |
Color Harmonies of #CAE1AA
Complementary color
Monochromatic Colors of #CAE1AA
Black with #CAE1AA
Text Example
Text Example
White with #CAE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1AA; }
p { color: rgb(202,225,170); }
H1.HeaderClassName
{
color: #CAE1AA;
}
.AnyTagClassName
{
color: #CAE1AA;
}
</style>
background-color css
<style>
a { background-color: #CAE1AA; }
a { background-color: rgb(202,225,170); }
div.DivClassName
{
background-color: #CAE1AA;
}
.BgClassName
{
background-color: #CAE1AA;
}
</style>
border-color css
<style>
span { border-color: #CAE1AA; }
span { border-color: rgb(202,225,170); }
td.TdClassName
{
border-color: #CAE1AA;
}
.TagClassName
{
border-color: #CAE1AA;
}
</style>