Shades of Reef #CAE0AA
Tints of Reef #CAE0AA
RGB
CMYK
RGB Variations
Color information
#CAE0AA (or 0xCAE0AA) is known color: Reef. HEX triplet: CA, E0 and AA. RGB value is (202,224,170). Sum of RGB (Red+Green+Blue) = 202+224+170=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE0AA is #351F55. Grayscale: #D3D3D3. Windows color (decimal): -3481430 or 11198666. OLE color: 11198666.
HSL color Cylindrical-coordinate representation of color #CAE0AA: hue angle of 84.44º degrees, saturation: 0.47, 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 #CAE0AA is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 170 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.12 |
| HSL | 84.44º | 0.47% | 0.77% | - |
| HSV(B) | 84.44º | 0.24% | 0.88% | - |
| XYZ | 58.27 | 68.77 | 48.23 | - |
| YUV | 211.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 170 | 0.10 | 0 | 0.24 | 0.12 | 84.44 | 0.47 | 0.77 |
| Hex | CA | E0 | AA | A | 0 | 18 | C | 54 | 2F | 4D |
| Octal | 312 | 340 | 252 | 12 | 0 | 30 | 14 | 124 | 57 | 115 |
| Binary | 11001010 | 11100000 | 10101010 | 1010 | 0 | 11000 | 1100 | 1010100 | 101111 | 1001101 |
Color Harmonies of #CAE0AA
Complementary color
Monochromatic Colors of #CAE0AA
Black with #CAE0AA
Text Example
Text Example
White with #CAE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0AA; }
p { color: rgb(202,224,170); }
H1.HeaderClassName
{
color: #CAE0AA;
}
.AnyTagClassName
{
color: #CAE0AA;
}
</style>
background-color css
<style>
a { background-color: #CAE0AA; }
a { background-color: rgb(202,224,170); }
div.DivClassName
{
background-color: #CAE0AA;
}
.BgClassName
{
background-color: #CAE0AA;
}
</style>
border-color css
<style>
span { border-color: #CAE0AA; }
span { border-color: rgb(202,224,170); }
td.TdClassName
{
border-color: #CAE0AA;
}
.TagClassName
{
border-color: #CAE0AA;
}
</style>