Shades of Reef #C0EC9A
Tints of Reef #C0EC9A
RGB
CMYK
RGB Variations
Color information
#C0EC9A (or 0xC0EC9A) is known color: Reef. HEX triplet: C0, EC and 9A. RGB value is (192,236,154). Sum of RGB (Red+Green+Blue) = 192+236+154=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EC9A is #3F1365. Grayscale: #D5D5D5. Windows color (decimal): -4133734 or 10153152. OLE color: 10153152.
HSL color Cylindrical-coordinate representation of color #C0EC9A: hue angle of 92.2º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0EC9A is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 154 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.07 |
| HSL | 92.2º | 0.68% | 0.76% | - |
| HSV(B) | 92.2º | 0.35% | 0.93% | - |
| XYZ | 57.57 | 73.53 | 41.73 | - |
| YUV | 213.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 154 | 0.19 | 0 | 0.35 | 0.07 | 92.2 | 0.68 | 0.76 |
| Hex | C0 | EC | 9A | 13 | 0 | 23 | 7 | 5C | 44 | 4C |
| Octal | 300 | 354 | 232 | 23 | 0 | 43 | 7 | 134 | 104 | 114 |
| Binary | 11000000 | 11101100 | 10011010 | 10011 | 0 | 100011 | 111 | 1011100 | 1000100 | 1001100 |
Color Harmonies of #C0EC9A
Complementary color
Monochromatic Colors of #C0EC9A
Black with #C0EC9A
Text Example
Text Example
White with #C0EC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC9A; }
p { color: rgb(192,236,154); }
H1.HeaderClassName
{
color: #C0EC9A;
}
.AnyTagClassName
{
color: #C0EC9A;
}
</style>
background-color css
<style>
a { background-color: #C0EC9A; }
a { background-color: rgb(192,236,154); }
div.DivClassName
{
background-color: #C0EC9A;
}
.BgClassName
{
background-color: #C0EC9A;
}
</style>
border-color css
<style>
span { border-color: #C0EC9A; }
span { border-color: rgb(192,236,154); }
td.TdClassName
{
border-color: #C0EC9A;
}
.TagClassName
{
border-color: #C0EC9A;
}
</style>