Shades of Reef #C7EAA2
Tints of Reef #C7EAA2
RGB
CMYK
RGB Variations
Color information
#C7EAA2 (or 0xC7EAA2) is known color: Reef. HEX triplet: C7, EA and A2. RGB value is (199,234,162). Sum of RGB (Red+Green+Blue) = 199+234+162=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EAA2 is #38155D. Grayscale: #D7D7D7. Windows color (decimal): -3675486 or 10676935. OLE color: 10676935.
HSL color Cylindrical-coordinate representation of color #C7EAA2: hue angle of 89.17º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7EAA2 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 234 | 162 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.08 |
| HSL | 89.17º | 0.63% | 0.78% | - |
| HSV(B) | 89.17º | 0.31% | 0.92% | - |
| XYZ | 59.5 | 73.6 | 45.25 | - |
| YUV | 215.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 234 | 162 | 0.15 | 0 | 0.31 | 0.08 | 89.17 | 0.63 | 0.78 |
| Hex | C7 | EA | A2 | F | 0 | 1F | 8 | 59 | 3F | 4E |
| Octal | 307 | 352 | 242 | 17 | 0 | 37 | 10 | 131 | 77 | 116 |
| Binary | 11000111 | 11101010 | 10100010 | 1111 | 0 | 11111 | 1000 | 1011001 | 111111 | 1001110 |
Color Harmonies of #C7EAA2
Complementary color
Monochromatic Colors of #C7EAA2
Black with #C7EAA2
Text Example
Text Example
White with #C7EAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EAA2; }
p { color: rgb(199,234,162); }
H1.HeaderClassName
{
color: #C7EAA2;
}
.AnyTagClassName
{
color: #C7EAA2;
}
</style>
background-color css
<style>
a { background-color: #C7EAA2; }
a { background-color: rgb(199,234,162); }
div.DivClassName
{
background-color: #C7EAA2;
}
.BgClassName
{
background-color: #C7EAA2;
}
</style>
border-color css
<style>
span { border-color: #C7EAA2; }
span { border-color: rgb(199,234,162); }
td.TdClassName
{
border-color: #C7EAA2;
}
.TagClassName
{
border-color: #C7EAA2;
}
</style>