Shades of Reef #CAF4A0
Tints of Reef #CAF4A0
RGB
CMYK
RGB Variations
Color information
#CAF4A0 (or 0xCAF4A0) is known color: Reef. HEX triplet: CA, F4 and A0. RGB value is (202,244,160). Sum of RGB (Red+Green+Blue) = 202+244+160=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF4A0 is #350B5F. Grayscale: #DEDEDE. Windows color (decimal): -3476320 or 10548426. OLE color: 10548426.
HSL color Cylindrical-coordinate representation of color #CAF4A0: hue angle of 90º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAF4A0 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 160 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.04 |
| HSL | 90º | 0.79% | 0.79% | - |
| HSV(B) | 90º | 0.34% | 0.96% | - |
| XYZ | 63.05 | 79.8 | 45.34 | - |
| YUV | 221.87 | 93.09 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 160 | 0.17 | 0 | 0.34 | 0.04 | 90 | 0.79 | 0.79 |
| Hex | CA | F4 | A0 | 11 | 0 | 22 | 4 | 5A | 4F | 4F |
| Octal | 312 | 364 | 240 | 21 | 0 | 42 | 4 | 132 | 117 | 117 |
| Binary | 11001010 | 11110100 | 10100000 | 10001 | 0 | 100010 | 100 | 1011010 | 1001111 | 1001111 |
Color Harmonies of #CAF4A0
Complementary color
Monochromatic Colors of #CAF4A0
Black with #CAF4A0
Text Example
Text Example
White with #CAF4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4A0; }
p { color: rgb(202,244,160); }
H1.HeaderClassName
{
color: #CAF4A0;
}
.AnyTagClassName
{
color: #CAF4A0;
}
</style>
background-color css
<style>
a { background-color: #CAF4A0; }
a { background-color: rgb(202,244,160); }
div.DivClassName
{
background-color: #CAF4A0;
}
.BgClassName
{
background-color: #CAF4A0;
}
</style>
border-color css
<style>
span { border-color: #CAF4A0; }
span { border-color: rgb(202,244,160); }
td.TdClassName
{
border-color: #CAF4A0;
}
.TagClassName
{
border-color: #CAF4A0;
}
</style>