Shades of Reef #C7EAA6
Tints of Reef #C7EAA6
RGB
CMYK
RGB Variations
Color information
#C7EAA6 (or 0xC7EAA6) is known color: Reef. HEX triplet: C7, EA and A6. RGB value is (199,234,166). Sum of RGB (Red+Green+Blue) = 199+234+166=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EAA6 is #381559. Grayscale: #D8D8D8. Windows color (decimal): -3675482 or 10939079. OLE color: 10939079.
HSL color Cylindrical-coordinate representation of color #C7EAA6: hue angle of 90.88º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7EAA6 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
RGB | 199 | 234 | 166 | - |
CMYK | 0.15 | 0 | 0.29 | 0.08 |
HSL | 90.88º | 0.62% | 0.78% | - |
HSV(B) | 90.88º | 0.29% | 0.92% | - |
XYZ | 59.86 | 73.74 | 47.15 | - |
YUV | 215.78 | 99.9 | 116.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 234 | 166 | 0.15 | 0 | 0.29 | 0.08 | 90.88 | 0.62 | 0.78 |
Hex | C7 | EA | A6 | F | 0 | 1D | 8 | 5B | 3E | 4E |
Octal | 307 | 352 | 246 | 17 | 0 | 35 | 10 | 133 | 76 | 116 |
Binary | 11000111 | 11101010 | 10100110 | 1111 | 0 | 11101 | 1000 | 1011011 | 111110 | 1001110 |
Color Harmonies of #C7EAA6
Complementary color
Monochromatic Colors of #C7EAA6
Black with #C7EAA6
Text Example
Text Example
White with #C7EAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EAA6; }
p { color: rgb(199,234,166); }
H1.HeaderClassName
{
color: #C7EAA6;
}
.AnyTagClassName
{
color: #C7EAA6;
}
</style>
background-color css
<style>
a { background-color: #C7EAA6; }
a { background-color: rgb(199,234,166); }
div.DivClassName
{
background-color: #C7EAA6;
}
.BgClassName
{
background-color: #C7EAA6;
}
</style>
border-color css
<style>
span { border-color: #C7EAA6; }
span { border-color: rgb(199,234,166); }
td.TdClassName
{
border-color: #C7EAA6;
}
.TagClassName
{
border-color: #C7EAA6;
}
</style>