Shades of Reef #CFFFA8
Tints of Reef #CFFFA8
RGB
CMYK
RGB Variations
Color information
#CFFFA8 (or 0xCFFFA8) is known color: Reef. HEX triplet: CF, FF and A8. RGB value is (207,255,168). Sum of RGB (Red+Green+Blue) = 207+255+168=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFA8 is #300057. Grayscale: #E7E7E7. Windows color (decimal): -3145816 or 11075535. OLE color: 11075535.
HSL color Cylindrical-coordinate representation of color #CFFFA8: hue angle of 93.1º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFFFA8 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 168 | - |
| CMYK | 0.19 | 0 | 0.34 | 0 |
| HSL | 93.1º | 1% | 0.83% | - |
| HSV(B) | 93.1º | 0.34% | 1% | - |
| XYZ | 68.56 | 87.61 | 50.34 | - |
| YUV | 230.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 168 | 0.19 | 0 | 0.34 | 0 | 93.1 | 1 | 0.83 |
| Hex | CF | FF | A8 | 13 | 0 | 22 | 0 | 5D | 64 | 53 |
| Octal | 317 | 377 | 250 | 23 | 0 | 42 | 0 | 135 | 144 | 123 |
| Binary | 11001111 | 11111111 | 10101000 | 10011 | 0 | 100010 | 0 | 1011101 | 1100100 | 1010011 |
Color Harmonies of #CFFFA8
Complementary color
Monochromatic Colors of #CFFFA8
Black with #CFFFA8
Text Example
Text Example
White with #CFFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFA8; }
p { color: rgb(207,255,168); }
H1.HeaderClassName
{
color: #CFFFA8;
}
.AnyTagClassName
{
color: #CFFFA8;
}
</style>
background-color css
<style>
a { background-color: #CFFFA8; }
a { background-color: rgb(207,255,168); }
div.DivClassName
{
background-color: #CFFFA8;
}
.BgClassName
{
background-color: #CFFFA8;
}
</style>
border-color css
<style>
span { border-color: #CFFFA8; }
span { border-color: rgb(207,255,168); }
td.TdClassName
{
border-color: #CFFFA8;
}
.TagClassName
{
border-color: #CFFFA8;
}
</style>