Shades of Reef #CAE5A6
Tints of Reef #CAE5A6
RGB
CMYK
RGB Variations
Color information
#CAE5A6 (or 0xCAE5A6) is known color: Reef. HEX triplet: CA, E5 and A6. RGB value is (202,229,166). Sum of RGB (Red+Green+Blue) = 202+229+166=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE5A6 is #351A59. Grayscale: #D5D5D5. Windows color (decimal): -3480154 or 10937802. OLE color: 10937802.
HSL color Cylindrical-coordinate representation of color #CAE5A6: hue angle of 85.71º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAE5A6 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 166 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.10 |
| HSL | 85.71º | 0.55% | 0.77% | - |
| HSV(B) | 85.71º | 0.28% | 0.9% | - |
| XYZ | 59.26 | 71.35 | 46.72 | - |
| YUV | 213.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 166 | 0.12 | 0 | 0.28 | 0.10 | 85.71 | 0.55 | 0.77 |
| Hex | CA | E5 | A6 | C | 0 | 1C | A | 56 | 37 | 4D |
| Octal | 312 | 345 | 246 | 14 | 0 | 34 | 12 | 126 | 67 | 115 |
| Binary | 11001010 | 11100101 | 10100110 | 1100 | 0 | 11100 | 1010 | 1010110 | 110111 | 1001101 |
Color Harmonies of #CAE5A6
Complementary color
Monochromatic Colors of #CAE5A6
Black with #CAE5A6
Text Example
Text Example
White with #CAE5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5A6; }
p { color: rgb(202,229,166); }
H1.HeaderClassName
{
color: #CAE5A6;
}
.AnyTagClassName
{
color: #CAE5A6;
}
</style>
background-color css
<style>
a { background-color: #CAE5A6; }
a { background-color: rgb(202,229,166); }
div.DivClassName
{
background-color: #CAE5A6;
}
.BgClassName
{
background-color: #CAE5A6;
}
</style>
border-color css
<style>
span { border-color: #CAE5A6; }
span { border-color: rgb(202,229,166); }
td.TdClassName
{
border-color: #CAE5A6;
}
.TagClassName
{
border-color: #CAE5A6;
}
</style>