Shades of Reef #CAFAA2
Tints of Reef #CAFAA2
RGB
CMYK
RGB Variations
Color information
#CAFAA2 (or 0xCAFAA2) is known color: Reef. HEX triplet: CA, FA and A2. RGB value is (202,250,162). Sum of RGB (Red+Green+Blue) = 202+250+162=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAA2 is #35055D. Grayscale: #E1E1E1. Windows color (decimal): -3474782 or 10681034. OLE color: 10681034.
HSL color Cylindrical-coordinate representation of color #CAFAA2: hue angle of 92.73º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAFAA2 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 162 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.02 |
| HSL | 92.73º | 0.9% | 0.81% | - |
| HSV(B) | 92.73º | 0.35% | 0.98% | - |
| XYZ | 65.06 | 83.54 | 46.88 | - |
| YUV | 225.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 162 | 0.19 | 0 | 0.35 | 0.02 | 92.73 | 0.9 | 0.81 |
| Hex | CA | FA | A2 | 13 | 0 | 23 | 2 | 5D | 5A | 51 |
| Octal | 312 | 372 | 242 | 23 | 0 | 43 | 2 | 135 | 132 | 121 |
| Binary | 11001010 | 11111010 | 10100010 | 10011 | 0 | 100011 | 10 | 1011101 | 1011010 | 1010001 |
Color Harmonies of #CAFAA2
Complementary color
Monochromatic Colors of #CAFAA2
Black with #CAFAA2
Text Example
Text Example
White with #CAFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAA2; }
p { color: rgb(202,250,162); }
H1.HeaderClassName
{
color: #CAFAA2;
}
.AnyTagClassName
{
color: #CAFAA2;
}
</style>
background-color css
<style>
a { background-color: #CAFAA2; }
a { background-color: rgb(202,250,162); }
div.DivClassName
{
background-color: #CAFAA2;
}
.BgClassName
{
background-color: #CAFAA2;
}
</style>
border-color css
<style>
span { border-color: #CAFAA2; }
span { border-color: rgb(202,250,162); }
td.TdClassName
{
border-color: #CAFAA2;
}
.TagClassName
{
border-color: #CAFAA2;
}
</style>