Shades of Reef #CFF1A8
Tints of Reef #CFF1A8
RGB
CMYK
RGB Variations
Color information
#CFF1A8 (or 0xCFF1A8) is known color: Reef. HEX triplet: CF, F1 and A8. RGB value is (207,241,168). Sum of RGB (Red+Green+Blue) = 207+241+168=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 168 (66.02% from 255 or 27.27% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF1A8 is #300E57. Grayscale: #DEDEDE. Windows color (decimal): -3149400 or 11071951. OLE color: 11071951.
HSL color Cylindrical-coordinate representation of color #CFF1A8: hue angle of 87.95º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFF1A8 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 168 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.05 |
| HSL | 87.95º | 0.72% | 0.8% | - |
| HSV(B) | 87.95º | 0.3% | 0.95% | - |
| XYZ | 64.26 | 79 | 48.91 | - |
| YUV | 222.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 168 | 0.14 | 0 | 0.30 | 0.05 | 87.95 | 0.72 | 0.8 |
| Hex | CF | F1 | A8 | E | 0 | 1E | 5 | 58 | 48 | 50 |
| Octal | 317 | 361 | 250 | 16 | 0 | 36 | 5 | 130 | 110 | 120 |
| Binary | 11001111 | 11110001 | 10101000 | 1110 | 0 | 11110 | 101 | 1011000 | 1001000 | 1010000 |
Color Harmonies of #CFF1A8
Complementary color
Monochromatic Colors of #CFF1A8
Black with #CFF1A8
Text Example
Text Example
White with #CFF1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1A8; }
p { color: rgb(207,241,168); }
H1.HeaderClassName
{
color: #CFF1A8;
}
.AnyTagClassName
{
color: #CFF1A8;
}
</style>
background-color css
<style>
a { background-color: #CFF1A8; }
a { background-color: rgb(207,241,168); }
div.DivClassName
{
background-color: #CFF1A8;
}
.BgClassName
{
background-color: #CFF1A8;
}
</style>
border-color css
<style>
span { border-color: #CFF1A8; }
span { border-color: rgb(207,241,168); }
td.TdClassName
{
border-color: #CFF1A8;
}
.TagClassName
{
border-color: #CFF1A8;
}
</style>