Shades of Reef #C8F2AA
Tints of Reef #C8F2AA
RGB
CMYK
RGB Variations
Color information
#C8F2AA (or 0xC8F2AA) is known color: Reef. HEX triplet: C8, F2 and AA. RGB value is (200,242,170). Sum of RGB (Red+Green+Blue) = 200+242+170=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F2AA is #370D55. Grayscale: #DDDDDD. Windows color (decimal): -3607894 or 11203272. OLE color: 11203272.
HSL color Cylindrical-coordinate representation of color #C8F2AA: hue angle of 95º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8F2AA is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 170 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.05 |
| HSL | 95º | 0.73% | 0.81% | - |
| HSV(B) | 95º | 0.3% | 0.95% | - |
| XYZ | 62.83 | 78.69 | 49.91 | - |
| YUV | 221.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 170 | 0.17 | 0 | 0.30 | 0.05 | 95 | 0.73 | 0.81 |
| Hex | C8 | F2 | AA | 11 | 0 | 1E | 5 | 5F | 49 | 51 |
| Octal | 310 | 362 | 252 | 21 | 0 | 36 | 5 | 137 | 111 | 121 |
| Binary | 11001000 | 11110010 | 10101010 | 10001 | 0 | 11110 | 101 | 1011111 | 1001001 | 1010001 |
Color Harmonies of #C8F2AA
Complementary color
Monochromatic Colors of #C8F2AA
Black with #C8F2AA
Text Example
Text Example
White with #C8F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F2AA; }
p { color: rgb(200,242,170); }
H1.HeaderClassName
{
color: #C8F2AA;
}
.AnyTagClassName
{
color: #C8F2AA;
}
</style>
background-color css
<style>
a { background-color: #C8F2AA; }
a { background-color: rgb(200,242,170); }
div.DivClassName
{
background-color: #C8F2AA;
}
.BgClassName
{
background-color: #C8F2AA;
}
</style>
border-color css
<style>
span { border-color: #C8F2AA; }
span { border-color: rgb(200,242,170); }
td.TdClassName
{
border-color: #C8F2AA;
}
.TagClassName
{
border-color: #C8F2AA;
}
</style>