Shades of Reef #CAFEA0
Tints of Reef #CAFEA0
RGB
CMYK
RGB Variations
Color information
#CAFEA0 (or 0xCAFEA0) is known color: Reef. HEX triplet: CA, FE and A0. RGB value is (202,254,160). Sum of RGB (Red+Green+Blue) = 202+254+160=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEA0 is #35015F. Grayscale: #E4E4E4. Windows color (decimal): -3473760 or 10550986. OLE color: 10550986.
HSL color Cylindrical-coordinate representation of color #CAFEA0: hue angle of 93.19º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAFEA0 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 160 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.00 |
| HSL | 93.19º | 0.98% | 0.81% | - |
| HSV(B) | 93.19º | 0.37% | 1% | - |
| XYZ | 66.14 | 85.98 | 46.37 | - |
| YUV | 227.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 160 | 0.20 | 0 | 0.37 | 0.00 | 93.19 | 0.98 | 0.81 |
| Hex | CA | FE | A0 | 14 | 0 | 25 | 0 | 5D | 62 | 51 |
| Octal | 312 | 376 | 240 | 24 | 0 | 45 | 0 | 135 | 142 | 121 |
| Binary | 11001010 | 11111110 | 10100000 | 10100 | 0 | 100101 | 0 | 1011101 | 1100010 | 1010001 |
Color Harmonies of #CAFEA0
Complementary color
Monochromatic Colors of #CAFEA0
Black with #CAFEA0
Text Example
Text Example
White with #CAFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEA0; }
p { color: rgb(202,254,160); }
H1.HeaderClassName
{
color: #CAFEA0;
}
.AnyTagClassName
{
color: #CAFEA0;
}
</style>
background-color css
<style>
a { background-color: #CAFEA0; }
a { background-color: rgb(202,254,160); }
div.DivClassName
{
background-color: #CAFEA0;
}
.BgClassName
{
background-color: #CAFEA0;
}
</style>
border-color css
<style>
span { border-color: #CAFEA0; }
span { border-color: rgb(202,254,160); }
td.TdClassName
{
border-color: #CAFEA0;
}
.TagClassName
{
border-color: #CAFEA0;
}
</style>