Shades of Reef #C7FAA8
Tints of Reef #C7FAA8
RGB
CMYK
RGB Variations
Color information
#C7FAA8 (or 0xC7FAA8) is known color: Reef. HEX triplet: C7, FA and A8. RGB value is (199,250,168). Sum of RGB (Red+Green+Blue) = 199+250+168=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FAA8 is #380557. Grayscale: #E1E1E1. Windows color (decimal): -3671384 or 11074247. OLE color: 11074247.
HSL color Cylindrical-coordinate representation of color #C7FAA8: hue angle of 97.32º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7FAA8 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 168 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.02 |
| HSL | 97.32º | 0.89% | 0.82% | - |
| HSV(B) | 97.32º | 0.33% | 0.98% | - |
| XYZ | 64.81 | 83.34 | 49.72 | - |
| YUV | 225.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 168 | 0.20 | 0 | 0.33 | 0.02 | 97.32 | 0.89 | 0.82 |
| Hex | C7 | FA | A8 | 14 | 0 | 21 | 2 | 61 | 59 | 52 |
| Octal | 307 | 372 | 250 | 24 | 0 | 41 | 2 | 141 | 131 | 122 |
| Binary | 11000111 | 11111010 | 10101000 | 10100 | 0 | 100001 | 10 | 1100001 | 1011001 | 1010010 |
Color Harmonies of #C7FAA8
Complementary color
Monochromatic Colors of #C7FAA8
Black with #C7FAA8
Text Example
Text Example
White with #C7FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FAA8; }
p { color: rgb(199,250,168); }
H1.HeaderClassName
{
color: #C7FAA8;
}
.AnyTagClassName
{
color: #C7FAA8;
}
</style>
background-color css
<style>
a { background-color: #C7FAA8; }
a { background-color: rgb(199,250,168); }
div.DivClassName
{
background-color: #C7FAA8;
}
.BgClassName
{
background-color: #C7FAA8;
}
</style>
border-color css
<style>
span { border-color: #C7FAA8; }
span { border-color: rgb(199,250,168); }
td.TdClassName
{
border-color: #C7FAA8;
}
.TagClassName
{
border-color: #C7FAA8;
}
</style>