Shades of Reef #CAFAA0
Tints of Reef #CAFAA0
RGB
CMYK
RGB Variations
Color information
#CAFAA0 (or 0xCAFAA0) is known color: Reef. HEX triplet: CA, FA and A0. RGB value is (202,250,160). Sum of RGB (Red+Green+Blue) = 202+250+160=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAA0 is #35055F. Grayscale: #E1E1E1. Windows color (decimal): -3474784 or 10549962. OLE color: 10549962.
HSL color Cylindrical-coordinate representation of color #CAFAA0: hue angle of 92º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAFAA0 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 160 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.02 |
| HSL | 92º | 0.9% | 0.8% | - |
| HSV(B) | 92º | 0.36% | 0.98% | - |
| XYZ | 64.89 | 83.47 | 45.95 | - |
| YUV | 225.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 160 | 0.19 | 0 | 0.36 | 0.02 | 92 | 0.9 | 0.8 |
| Hex | CA | FA | A0 | 13 | 0 | 24 | 2 | 5C | 5A | 50 |
| Octal | 312 | 372 | 240 | 23 | 0 | 44 | 2 | 134 | 132 | 120 |
| Binary | 11001010 | 11111010 | 10100000 | 10011 | 0 | 100100 | 10 | 1011100 | 1011010 | 1010000 |
Color Harmonies of #CAFAA0
Complementary color
Monochromatic Colors of #CAFAA0
Black with #CAFAA0
Text Example
Text Example
White with #CAFAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAA0; }
p { color: rgb(202,250,160); }
H1.HeaderClassName
{
color: #CAFAA0;
}
.AnyTagClassName
{
color: #CAFAA0;
}
</style>
background-color css
<style>
a { background-color: #CAFAA0; }
a { background-color: rgb(202,250,160); }
div.DivClassName
{
background-color: #CAFAA0;
}
.BgClassName
{
background-color: #CAFAA0;
}
</style>
border-color css
<style>
span { border-color: #CAFAA0; }
span { border-color: rgb(202,250,160); }
td.TdClassName
{
border-color: #CAFAA0;
}
.TagClassName
{
border-color: #CAFAA0;
}
</style>