Shades of Reef #C7E6AA
Tints of Reef #C7E6AA
RGB
CMYK
RGB Variations
Color information
#C7E6AA (or 0xC7E6AA) is known color: Reef. HEX triplet: C7, E6 and AA. RGB value is (199,230,170). Sum of RGB (Red+Green+Blue) = 199+230+170=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7E6AA is #381955. Grayscale: #D6D6D6. Windows color (decimal): -3676502 or 11200199. OLE color: 11200199.
HSL color Cylindrical-coordinate representation of color #C7E6AA: hue angle of 91º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7E6AA is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 170 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.10 |
| HSL | 91º | 0.55% | 0.78% | - |
| HSV(B) | 91º | 0.26% | 0.9% | - |
| XYZ | 59.11 | 71.64 | 48.74 | - |
| YUV | 213.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 170 | 0.13 | 0 | 0.26 | 0.10 | 91 | 0.55 | 0.78 |
| Hex | C7 | E6 | AA | D | 0 | 1A | A | 5B | 37 | 4E |
| Octal | 307 | 346 | 252 | 15 | 0 | 32 | 12 | 133 | 67 | 116 |
| Binary | 11000111 | 11100110 | 10101010 | 1101 | 0 | 11010 | 1010 | 1011011 | 110111 | 1001110 |
Color Harmonies of #C7E6AA
Complementary color
Monochromatic Colors of #C7E6AA
Black with #C7E6AA
Text Example
Text Example
White with #C7E6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E6AA; }
p { color: rgb(199,230,170); }
H1.HeaderClassName
{
color: #C7E6AA;
}
.AnyTagClassName
{
color: #C7E6AA;
}
</style>
background-color css
<style>
a { background-color: #C7E6AA; }
a { background-color: rgb(199,230,170); }
div.DivClassName
{
background-color: #C7E6AA;
}
.BgClassName
{
background-color: #C7E6AA;
}
</style>
border-color css
<style>
span { border-color: #C7E6AA; }
span { border-color: rgb(199,230,170); }
td.TdClassName
{
border-color: #C7E6AA;
}
.TagClassName
{
border-color: #C7E6AA;
}
</style>