Shades of Reef #CAFEA1
Tints of Reef #CAFEA1
RGB
CMYK
RGB Variations
Color information
#CAFEA1 (or 0xCAFEA1) is known color: Reef. HEX triplet: CA, FE and A1. RGB value is (202,254,161). Sum of RGB (Red+Green+Blue) = 202+254+161=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEA1 is #35015E. Grayscale: #E4E4E4. Windows color (decimal): -3473759 or 10616522. OLE color: 10616522.
HSL color Cylindrical-coordinate representation of color #CAFEA1: hue angle of 93.55º 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 #CAFEA1 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 161 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.00 |
| HSL | 93.55º | 0.98% | 0.81% | - |
| HSV(B) | 93.55º | 0.37% | 1% | - |
| XYZ | 66.23 | 86.01 | 46.83 | - |
| YUV | 227.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 161 | 0.20 | 0 | 0.37 | 0.00 | 93.55 | 0.98 | 0.81 |
| Hex | CA | FE | A1 | 14 | 0 | 25 | 0 | 5E | 62 | 51 |
| Octal | 312 | 376 | 241 | 24 | 0 | 45 | 0 | 136 | 142 | 121 |
| Binary | 11001010 | 11111110 | 10100001 | 10100 | 0 | 100101 | 0 | 1011110 | 1100010 | 1010001 |
Color Harmonies of #CAFEA1
Complementary color
Monochromatic Colors of #CAFEA1
Black with #CAFEA1
Text Example
Text Example
White with #CAFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEA1; }
p { color: rgb(202,254,161); }
H1.HeaderClassName
{
color: #CAFEA1;
}
.AnyTagClassName
{
color: #CAFEA1;
}
</style>
background-color css
<style>
a { background-color: #CAFEA1; }
a { background-color: rgb(202,254,161); }
div.DivClassName
{
background-color: #CAFEA1;
}
.BgClassName
{
background-color: #CAFEA1;
}
</style>
border-color css
<style>
span { border-color: #CAFEA1; }
span { border-color: rgb(202,254,161); }
td.TdClassName
{
border-color: #CAFEA1;
}
.TagClassName
{
border-color: #CAFEA1;
}
</style>