Shades of Reef #CAFAA9
Tints of Reef #CAFAA9
RGB
CMYK
RGB Variations
Color information
#CAFAA9 (or 0xCAFAA9) is known color: Reef. HEX triplet: CA, FA and A9. RGB value is (202,250,169). Sum of RGB (Red+Green+Blue) = 202+250+169=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 169 (66.41% from 255 or 27.21% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAA9 is #350556. Grayscale: #E2E2E2. Windows color (decimal): -3474775 or 11139786. OLE color: 11139786.
HSL color Cylindrical-coordinate representation of color #CAFAA9: hue angle of 95.56º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAFAA9 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 169 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.02 |
| HSL | 95.56º | 0.89% | 0.82% | - |
| HSV(B) | 95.56º | 0.32% | 0.98% | - |
| XYZ | 65.7 | 83.79 | 50.25 | - |
| YUV | 226.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 169 | 0.19 | 0 | 0.32 | 0.02 | 95.56 | 0.89 | 0.82 |
| Hex | CA | FA | A9 | 13 | 0 | 20 | 2 | 60 | 59 | 52 |
| Octal | 312 | 372 | 251 | 23 | 0 | 40 | 2 | 140 | 131 | 122 |
| Binary | 11001010 | 11111010 | 10101001 | 10011 | 0 | 100000 | 10 | 1100000 | 1011001 | 1010010 |
Color Harmonies of #CAFAA9
Complementary color
Monochromatic Colors of #CAFAA9
Black with #CAFAA9
Text Example
Text Example
White with #CAFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAA9; }
p { color: rgb(202,250,169); }
H1.HeaderClassName
{
color: #CAFAA9;
}
.AnyTagClassName
{
color: #CAFAA9;
}
</style>
background-color css
<style>
a { background-color: #CAFAA9; }
a { background-color: rgb(202,250,169); }
div.DivClassName
{
background-color: #CAFAA9;
}
.BgClassName
{
background-color: #CAFAA9;
}
</style>
border-color css
<style>
span { border-color: #CAFAA9; }
span { border-color: rgb(202,250,169); }
td.TdClassName
{
border-color: #CAFAA9;
}
.TagClassName
{
border-color: #CAFAA9;
}
</style>