Shades of Reef #CAE0AB
Tints of Reef #CAE0AB
RGB
CMYK
RGB Variations
Color information
#CAE0AB (or 0xCAE0AB) is known color: Reef. HEX triplet: CA, E0 and AB. RGB value is (202,224,171). Sum of RGB (Red+Green+Blue) = 202+224+171=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE0AB is #351F54. Grayscale: #D3D3D3. Windows color (decimal): -3481429 or 11264202. OLE color: 11264202.
HSL color Cylindrical-coordinate representation of color #CAE0AB: hue angle of 84.91º degrees, saturation: 0.46, 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 #CAE0AB is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 171 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.12 |
| HSL | 84.91º | 0.46% | 0.77% | - |
| HSV(B) | 84.91º | 0.24% | 0.88% | - |
| XYZ | 58.36 | 68.81 | 48.73 | - |
| YUV | 211.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 171 | 0.10 | 0 | 0.24 | 0.12 | 84.91 | 0.46 | 0.77 |
| Hex | CA | E0 | AB | A | 0 | 18 | C | 55 | 2E | 4D |
| Octal | 312 | 340 | 253 | 12 | 0 | 30 | 14 | 125 | 56 | 115 |
| Binary | 11001010 | 11100000 | 10101011 | 1010 | 0 | 11000 | 1100 | 1010101 | 101110 | 1001101 |
Color Harmonies of #CAE0AB
Complementary color
Monochromatic Colors of #CAE0AB
Black with #CAE0AB
Text Example
Text Example
White with #CAE0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0AB; }
p { color: rgb(202,224,171); }
H1.HeaderClassName
{
color: #CAE0AB;
}
.AnyTagClassName
{
color: #CAE0AB;
}
</style>
background-color css
<style>
a { background-color: #CAE0AB; }
a { background-color: rgb(202,224,171); }
div.DivClassName
{
background-color: #CAE0AB;
}
.BgClassName
{
background-color: #CAE0AB;
}
</style>
border-color css
<style>
span { border-color: #CAE0AB; }
span { border-color: rgb(202,224,171); }
td.TdClassName
{
border-color: #CAE0AB;
}
.TagClassName
{
border-color: #CAE0AB;
}
</style>