Shades of Reef #C7F2AA
Tints of Reef #C7F2AA
RGB
CMYK
RGB Variations
Color information
#C7F2AA (or 0xC7F2AA) is known color: Reef. HEX triplet: C7, F2 and AA. RGB value is (199,242,170). Sum of RGB (Red+Green+Blue) = 199+242+170=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F2AA is #380D55. Grayscale: #DDDDDD. Windows color (decimal): -3673430 or 11203271. OLE color: 11203271.
HSL color Cylindrical-coordinate representation of color #C7F2AA: hue angle of 95.83º 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 #C7F2AA is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 170 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.05 |
| HSL | 95.83º | 0.73% | 0.81% | - |
| HSV(B) | 95.83º | 0.3% | 0.95% | - |
| XYZ | 62.56 | 78.55 | 49.89 | - |
| YUV | 220.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 170 | 0.18 | 0 | 0.30 | 0.05 | 95.83 | 0.73 | 0.81 |
| Hex | C7 | F2 | AA | 12 | 0 | 1E | 5 | 60 | 49 | 51 |
| Octal | 307 | 362 | 252 | 22 | 0 | 36 | 5 | 140 | 111 | 121 |
| Binary | 11000111 | 11110010 | 10101010 | 10010 | 0 | 11110 | 101 | 1100000 | 1001001 | 1010001 |
Color Harmonies of #C7F2AA
Complementary color
Monochromatic Colors of #C7F2AA
Black with #C7F2AA
Text Example
Text Example
White with #C7F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F2AA; }
p { color: rgb(199,242,170); }
H1.HeaderClassName
{
color: #C7F2AA;
}
.AnyTagClassName
{
color: #C7F2AA;
}
</style>
background-color css
<style>
a { background-color: #C7F2AA; }
a { background-color: rgb(199,242,170); }
div.DivClassName
{
background-color: #C7F2AA;
}
.BgClassName
{
background-color: #C7F2AA;
}
</style>
border-color css
<style>
span { border-color: #C7F2AA; }
span { border-color: rgb(199,242,170); }
td.TdClassName
{
border-color: #C7F2AA;
}
.TagClassName
{
border-color: #C7F2AA;
}
</style>