Shades of Reef #C8F0AB
Tints of Reef #C8F0AB
RGB
CMYK
RGB Variations
Color information
#C8F0AB (or 0xC8F0AB) is known color: Reef. HEX triplet: C8, F0 and AB. RGB value is (200,240,171). Sum of RGB (Red+Green+Blue) = 200+240+171=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F0AB is #370F54. Grayscale: #DCDCDC. Windows color (decimal): -3608405 or 11268296. OLE color: 11268296.
HSL color Cylindrical-coordinate representation of color #C8F0AB: hue angle of 94.78º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8F0AB is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 171 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.06 |
| HSL | 94.78º | 0.7% | 0.81% | - |
| HSV(B) | 94.78º | 0.29% | 0.94% | - |
| XYZ | 62.33 | 77.54 | 50.21 | - |
| YUV | 220.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 171 | 0.17 | 0 | 0.29 | 0.06 | 94.78 | 0.7 | 0.81 |
| Hex | C8 | F0 | AB | 11 | 0 | 1D | 6 | 5F | 46 | 51 |
| Octal | 310 | 360 | 253 | 21 | 0 | 35 | 6 | 137 | 106 | 121 |
| Binary | 11001000 | 11110000 | 10101011 | 10001 | 0 | 11101 | 110 | 1011111 | 1000110 | 1010001 |
Color Harmonies of #C8F0AB
Complementary color
Monochromatic Colors of #C8F0AB
Black with #C8F0AB
Text Example
Text Example
White with #C8F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0AB; }
p { color: rgb(200,240,171); }
H1.HeaderClassName
{
color: #C8F0AB;
}
.AnyTagClassName
{
color: #C8F0AB;
}
</style>
background-color css
<style>
a { background-color: #C8F0AB; }
a { background-color: rgb(200,240,171); }
div.DivClassName
{
background-color: #C8F0AB;
}
.BgClassName
{
background-color: #C8F0AB;
}
</style>
border-color css
<style>
span { border-color: #C8F0AB; }
span { border-color: rgb(200,240,171); }
td.TdClassName
{
border-color: #C8F0AB;
}
.TagClassName
{
border-color: #C8F0AB;
}
</style>