Shades of Reef #CAFAA1
Tints of Reef #CAFAA1
RGB
CMYK
RGB Variations
Color information
#CAFAA1 (or 0xCAFAA1) is known color: Reef. HEX triplet: CA, FA and A1. RGB value is (202,250,161). Sum of RGB (Red+Green+Blue) = 202+250+161=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAA1 is #35055E. Grayscale: #E1E1E1. Windows color (decimal): -3474783 or 10615498. OLE color: 10615498.
HSL color Cylindrical-coordinate representation of color #CAFAA1: hue angle of 92.36º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAFAA1 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 161 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.02 |
| HSL | 92.36º | 0.9% | 0.81% | - |
| HSV(B) | 92.36º | 0.36% | 0.98% | - |
| XYZ | 64.98 | 83.5 | 46.41 | - |
| YUV | 225.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 161 | 0.19 | 0 | 0.36 | 0.02 | 92.36 | 0.9 | 0.81 |
| Hex | CA | FA | A1 | 13 | 0 | 24 | 2 | 5C | 5A | 51 |
| Octal | 312 | 372 | 241 | 23 | 0 | 44 | 2 | 134 | 132 | 121 |
| Binary | 11001010 | 11111010 | 10100001 | 10011 | 0 | 100100 | 10 | 1011100 | 1011010 | 1010001 |
Color Harmonies of #CAFAA1
Complementary color
Monochromatic Colors of #CAFAA1
Black with #CAFAA1
Text Example
Text Example
White with #CAFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAA1; }
p { color: rgb(202,250,161); }
H1.HeaderClassName
{
color: #CAFAA1;
}
.AnyTagClassName
{
color: #CAFAA1;
}
</style>
background-color css
<style>
a { background-color: #CAFAA1; }
a { background-color: rgb(202,250,161); }
div.DivClassName
{
background-color: #CAFAA1;
}
.BgClassName
{
background-color: #CAFAA1;
}
</style>
border-color css
<style>
span { border-color: #CAFAA1; }
span { border-color: rgb(202,250,161); }
td.TdClassName
{
border-color: #CAFAA1;
}
.TagClassName
{
border-color: #CAFAA1;
}
</style>