Shades of Reef #C7EBA4
Tints of Reef #C7EBA4
RGB
CMYK
RGB Variations
Color information
#C7EBA4 (or 0xC7EBA4) is known color: Reef. HEX triplet: C7, EB and A4. RGB value is (199,235,164). Sum of RGB (Red+Green+Blue) = 199+235+164=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EBA4 is #38145B. Grayscale: #D8D8D8. Windows color (decimal): -3675228 or 10808263. OLE color: 10808263.
HSL color Cylindrical-coordinate representation of color #C7EBA4: hue angle of 90.42º degrees, saturation: 0.64, 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 #C7EBA4 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 235 | 164 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.08 |
| HSL | 90.42º | 0.64% | 0.78% | - |
| HSV(B) | 90.42º | 0.3% | 0.92% | - |
| XYZ | 59.96 | 74.24 | 46.29 | - |
| YUV | 216.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 235 | 164 | 0.15 | 0 | 0.30 | 0.08 | 90.42 | 0.64 | 0.78 |
| Hex | C7 | EB | A4 | F | 0 | 1E | 8 | 5A | 40 | 4E |
| Octal | 307 | 353 | 244 | 17 | 0 | 36 | 10 | 132 | 100 | 116 |
| Binary | 11000111 | 11101011 | 10100100 | 1111 | 0 | 11110 | 1000 | 1011010 | 1000000 | 1001110 |
Color Harmonies of #C7EBA4
Complementary color
Monochromatic Colors of #C7EBA4
Black with #C7EBA4
Text Example
Text Example
White with #C7EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EBA4; }
p { color: rgb(199,235,164); }
H1.HeaderClassName
{
color: #C7EBA4;
}
.AnyTagClassName
{
color: #C7EBA4;
}
</style>
background-color css
<style>
a { background-color: #C7EBA4; }
a { background-color: rgb(199,235,164); }
div.DivClassName
{
background-color: #C7EBA4;
}
.BgClassName
{
background-color: #C7EBA4;
}
</style>
border-color css
<style>
span { border-color: #C7EBA4; }
span { border-color: rgb(199,235,164); }
td.TdClassName
{
border-color: #C7EBA4;
}
.TagClassName
{
border-color: #C7EBA4;
}
</style>