Shades of Reef #C8F0AA
Tints of Reef #C8F0AA
RGB
CMYK
RGB Variations
Color information
#C8F0AA (or 0xC8F0AA) is known color: Reef. HEX triplet: C8, F0 and AA. RGB value is (200,240,170). Sum of RGB (Red+Green+Blue) = 200+240+170=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F0AA is #370F55. Grayscale: #DCDCDC. Windows color (decimal): -3608406 or 11202760. OLE color: 11202760.
HSL color Cylindrical-coordinate representation of color #C8F0AA: hue angle of 94.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8F0AA is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 170 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.06 |
| HSL | 94.29º | 0.7% | 0.8% | - |
| HSV(B) | 94.29º | 0.29% | 0.94% | - |
| XYZ | 62.24 | 77.5 | 49.71 | - |
| YUV | 220.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 170 | 0.17 | 0 | 0.29 | 0.06 | 94.29 | 0.7 | 0.8 |
| Hex | C8 | F0 | AA | 11 | 0 | 1D | 6 | 5E | 46 | 50 |
| Octal | 310 | 360 | 252 | 21 | 0 | 35 | 6 | 136 | 106 | 120 |
| Binary | 11001000 | 11110000 | 10101010 | 10001 | 0 | 11101 | 110 | 1011110 | 1000110 | 1010000 |
Color Harmonies of #C8F0AA
Complementary color
Monochromatic Colors of #C8F0AA
Black with #C8F0AA
Text Example
Text Example
White with #C8F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0AA; }
p { color: rgb(200,240,170); }
H1.HeaderClassName
{
color: #C8F0AA;
}
.AnyTagClassName
{
color: #C8F0AA;
}
</style>
background-color css
<style>
a { background-color: #C8F0AA; }
a { background-color: rgb(200,240,170); }
div.DivClassName
{
background-color: #C8F0AA;
}
.BgClassName
{
background-color: #C8F0AA;
}
</style>
border-color css
<style>
span { border-color: #C8F0AA; }
span { border-color: rgb(200,240,170); }
td.TdClassName
{
border-color: #C8F0AA;
}
.TagClassName
{
border-color: #C8F0AA;
}
</style>