Shades of Reef #CAFEA8
Tints of Reef #CAFEA8
RGB
CMYK
RGB Variations
Color information
#CAFEA8 (or 0xCAFEA8) is known color: Reef. HEX triplet: CA, FE and A8. RGB value is (202,254,168). Sum of RGB (Red+Green+Blue) = 202+254+168=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEA8 is #350157. Grayscale: #E4E4E4. Windows color (decimal): -3473752 or 11075274. OLE color: 11075274.
HSL color Cylindrical-coordinate representation of color #CAFEA8: hue angle of 96.28º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAFEA8 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 168 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.00 |
| HSL | 96.28º | 0.98% | 0.83% | - |
| HSV(B) | 96.28º | 0.34% | 1% | - |
| XYZ | 66.87 | 86.27 | 50.17 | - |
| YUV | 228.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 168 | 0.20 | 0 | 0.34 | 0.00 | 96.28 | 0.98 | 0.83 |
| Hex | CA | FE | A8 | 14 | 0 | 22 | 0 | 60 | 62 | 53 |
| Octal | 312 | 376 | 250 | 24 | 0 | 42 | 0 | 140 | 142 | 123 |
| Binary | 11001010 | 11111110 | 10101000 | 10100 | 0 | 100010 | 0 | 1100000 | 1100010 | 1010011 |
Color Harmonies of #CAFEA8
Complementary color
Monochromatic Colors of #CAFEA8
Black with #CAFEA8
Text Example
Text Example
White with #CAFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEA8; }
p { color: rgb(202,254,168); }
H1.HeaderClassName
{
color: #CAFEA8;
}
.AnyTagClassName
{
color: #CAFEA8;
}
</style>
background-color css
<style>
a { background-color: #CAFEA8; }
a { background-color: rgb(202,254,168); }
div.DivClassName
{
background-color: #CAFEA8;
}
.BgClassName
{
background-color: #CAFEA8;
}
</style>
border-color css
<style>
span { border-color: #CAFEA8; }
span { border-color: rgb(202,254,168); }
td.TdClassName
{
border-color: #CAFEA8;
}
.TagClassName
{
border-color: #CAFEA8;
}
</style>