Shades of Reef #C7EBA2
Tints of Reef #C7EBA2
RGB
CMYK
RGB Variations
Color information
#C7EBA2 (or 0xC7EBA2) is known color: Reef. HEX triplet: C7, EB and A2. RGB value is (199,235,162). Sum of RGB (Red+Green+Blue) = 199+235+162=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EBA2 is #38145D. Grayscale: #D8D8D8. Windows color (decimal): -3675230 or 10677191. OLE color: 10677191.
HSL color Cylindrical-coordinate representation of color #C7EBA2: hue angle of 89.59º degrees, saturation: 0.65, 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 #C7EBA2 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 235 | 162 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.08 |
| HSL | 89.59º | 0.65% | 0.78% | - |
| HSV(B) | 89.59º | 0.31% | 0.92% | - |
| XYZ | 59.78 | 74.17 | 45.35 | - |
| YUV | 215.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 235 | 162 | 0.15 | 0 | 0.31 | 0.08 | 89.59 | 0.65 | 0.78 |
| Hex | C7 | EB | A2 | F | 0 | 1F | 8 | 5A | 41 | 4E |
| Octal | 307 | 353 | 242 | 17 | 0 | 37 | 10 | 132 | 101 | 116 |
| Binary | 11000111 | 11101011 | 10100010 | 1111 | 0 | 11111 | 1000 | 1011010 | 1000001 | 1001110 |
Color Harmonies of #C7EBA2
Complementary color
Monochromatic Colors of #C7EBA2
Black with #C7EBA2
Text Example
Text Example
White with #C7EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EBA2; }
p { color: rgb(199,235,162); }
H1.HeaderClassName
{
color: #C7EBA2;
}
.AnyTagClassName
{
color: #C7EBA2;
}
</style>
background-color css
<style>
a { background-color: #C7EBA2; }
a { background-color: rgb(199,235,162); }
div.DivClassName
{
background-color: #C7EBA2;
}
.BgClassName
{
background-color: #C7EBA2;
}
</style>
border-color css
<style>
span { border-color: #C7EBA2; }
span { border-color: rgb(199,235,162); }
td.TdClassName
{
border-color: #C7EBA2;
}
.TagClassName
{
border-color: #C7EBA2;
}
</style>