Shades of Reef #CAFFA0
Tints of Reef #CAFFA0
RGB
CMYK
RGB Variations
Color information
#CAFFA0 (or 0xCAFFA0) is known color: Reef. HEX triplet: CA, FF and A0. RGB value is (202,255,160). Sum of RGB (Red+Green+Blue) = 202+255+160=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFA0 is #35005F. Grayscale: #E4E4E4. Windows color (decimal): -3473504 or 10551242. OLE color: 10551242.
HSL color Cylindrical-coordinate representation of color #CAFFA0: hue angle of 93.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAFFA0 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 160 | - |
| CMYK | 0.21 | 0 | 0.37 | 0 |
| HSL | 93.47º | 1% | 0.81% | - |
| HSV(B) | 93.47º | 0.37% | 1% | - |
| XYZ | 66.46 | 86.61 | 46.47 | - |
| YUV | 228.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 160 | 0.21 | 0 | 0.37 | 0 | 93.47 | 1 | 0.81 |
| Hex | CA | FF | A0 | 15 | 0 | 25 | 0 | 5D | 64 | 51 |
| Octal | 312 | 377 | 240 | 25 | 0 | 45 | 0 | 135 | 144 | 121 |
| Binary | 11001010 | 11111111 | 10100000 | 10101 | 0 | 100101 | 0 | 1011101 | 1100100 | 1010001 |
Color Harmonies of #CAFFA0
Complementary color
Monochromatic Colors of #CAFFA0
Black with #CAFFA0
Text Example
Text Example
White with #CAFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFA0; }
p { color: rgb(202,255,160); }
H1.HeaderClassName
{
color: #CAFFA0;
}
.AnyTagClassName
{
color: #CAFFA0;
}
</style>
background-color css
<style>
a { background-color: #CAFFA0; }
a { background-color: rgb(202,255,160); }
div.DivClassName
{
background-color: #CAFFA0;
}
.BgClassName
{
background-color: #CAFFA0;
}
</style>
border-color css
<style>
span { border-color: #CAFFA0; }
span { border-color: rgb(202,255,160); }
td.TdClassName
{
border-color: #CAFFA0;
}
.TagClassName
{
border-color: #CAFFA0;
}
</style>