Shades of Reef #C7EAA3
Tints of Reef #C7EAA3
RGB
CMYK
RGB Variations
Color information
#C7EAA3 (or 0xC7EAA3) is known color: Reef. HEX triplet: C7, EA and A3. RGB value is (199,234,163). Sum of RGB (Red+Green+Blue) = 199+234+163=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EAA3 is #38155C. Grayscale: #D7D7D7. Windows color (decimal): -3675485 or 10742471. OLE color: 10742471.
HSL color Cylindrical-coordinate representation of color #C7EAA3: hue angle of 89.58º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7EAA3 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 234 | 163 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.08 |
| HSL | 89.58º | 0.63% | 0.78% | - |
| HSV(B) | 89.58º | 0.3% | 0.92% | - |
| XYZ | 59.59 | 73.63 | 45.72 | - |
| YUV | 215.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 234 | 163 | 0.15 | 0 | 0.30 | 0.08 | 89.58 | 0.63 | 0.78 |
| Hex | C7 | EA | A3 | F | 0 | 1E | 8 | 5A | 3F | 4E |
| Octal | 307 | 352 | 243 | 17 | 0 | 36 | 10 | 132 | 77 | 116 |
| Binary | 11000111 | 11101010 | 10100011 | 1111 | 0 | 11110 | 1000 | 1011010 | 111111 | 1001110 |
Color Harmonies of #C7EAA3
Complementary color
Monochromatic Colors of #C7EAA3
Black with #C7EAA3
Text Example
Text Example
White with #C7EAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EAA3; }
p { color: rgb(199,234,163); }
H1.HeaderClassName
{
color: #C7EAA3;
}
.AnyTagClassName
{
color: #C7EAA3;
}
</style>
background-color css
<style>
a { background-color: #C7EAA3; }
a { background-color: rgb(199,234,163); }
div.DivClassName
{
background-color: #C7EAA3;
}
.BgClassName
{
background-color: #C7EAA3;
}
</style>
border-color css
<style>
span { border-color: #C7EAA3; }
span { border-color: rgb(199,234,163); }
td.TdClassName
{
border-color: #C7EAA3;
}
.TagClassName
{
border-color: #C7EAA3;
}
</style>