Shades of Caribbean Green #0CC79D
Tints of Caribbean Green #0CC79D
RGB
CMYK
RGB Variations
Color information
#0CC79D (or 0x0CC79D) is known color: Caribbean Green. HEX triplet: 0C, C7 and 9D. RGB value is (12,199,157). Sum of RGB (Red+Green+Blue) = 12+199+157=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 199 (78.12% from 255 or 54.08% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC79D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC79D is #F33862. Grayscale: #8A8A8A. Windows color (decimal): -15939683 or 10340108. OLE color: 10340108.
HSL color Cylindrical-coordinate representation of color #0CC79D: hue angle of 166.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC79D is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 157 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.22 |
| HSL | 166.52º | 0.89% | 0.41% | - |
| HSV(B) | 166.52º | 0.94% | 0.78% | - |
| XYZ | 26.66 | 43.36 | 38.86 | - |
| YUV | 138.3 | 138.55 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 157 | 0.94 | 0 | 0.21 | 0.22 | 166.52 | 0.89 | 0.41 |
| Hex | C | C7 | 9D | 5E | 0 | 15 | 16 | A7 | 59 | 29 |
| Octal | 14 | 307 | 235 | 136 | 0 | 25 | 26 | 247 | 131 | 51 |
| Binary | 1100 | 11000111 | 10011101 | 1011110 | 0 | 10101 | 10110 | 10100111 | 1011001 | 101001 |
Color Harmonies of #0CC79D
Complementary color
Monochromatic Colors of #0CC79D
Black with #0CC79D
Text Example
Text Example
White with #0CC79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC79D; }
p { color: rgb(12,199,157); }
H1.HeaderClassName
{
color: #0CC79D;
}
.AnyTagClassName
{
color: #0CC79D;
}
</style>
background-color css
<style>
a { background-color: #0CC79D; }
a { background-color: rgb(12,199,157); }
div.DivClassName
{
background-color: #0CC79D;
}
.BgClassName
{
background-color: #0CC79D;
}
</style>
border-color css
<style>
span { border-color: #0CC79D; }
span { border-color: rgb(12,199,157); }
td.TdClassName
{
border-color: #0CC79D;
}
.TagClassName
{
border-color: #0CC79D;
}
</style>