Shades of Caribbean Green #0CC79A
Tints of Caribbean Green #0CC79A
RGB
CMYK
RGB Variations
Color information
#0CC79A (or 0x0CC79A) is known color: Caribbean Green. HEX triplet: 0C, C7 and 9A. RGB value is (12,199,154). Sum of RGB (Red+Green+Blue) = 12+199+154=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 199 (78.12% from 255 or 54.52% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC79A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC79A is #F33865. Grayscale: #898989. Windows color (decimal): -15939686 or 10143500. OLE color: 10143500.
HSL color Cylindrical-coordinate representation of color #0CC79A: hue angle of 165.56º 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 #0CC79A is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 154 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.22 |
| HSL | 165.56º | 0.89% | 0.41% | - |
| HSV(B) | 165.56º | 0.94% | 0.78% | - |
| XYZ | 26.41 | 43.26 | 37.53 | - |
| YUV | 137.96 | 137.05 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 154 | 0.94 | 0 | 0.23 | 0.22 | 165.56 | 0.89 | 0.41 |
| Hex | C | C7 | 9A | 5E | 0 | 17 | 16 | A6 | 59 | 29 |
| Octal | 14 | 307 | 232 | 136 | 0 | 27 | 26 | 246 | 131 | 51 |
| Binary | 1100 | 11000111 | 10011010 | 1011110 | 0 | 10111 | 10110 | 10100110 | 1011001 | 101001 |
Color Harmonies of #0CC79A
Complementary color
Monochromatic Colors of #0CC79A
Black with #0CC79A
Text Example
Text Example
White with #0CC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC79A; }
p { color: rgb(12,199,154); }
H1.HeaderClassName
{
color: #0CC79A;
}
.AnyTagClassName
{
color: #0CC79A;
}
</style>
background-color css
<style>
a { background-color: #0CC79A; }
a { background-color: rgb(12,199,154); }
div.DivClassName
{
background-color: #0CC79A;
}
.BgClassName
{
background-color: #0CC79A;
}
</style>
border-color css
<style>
span { border-color: #0CC79A; }
span { border-color: rgb(12,199,154); }
td.TdClassName
{
border-color: #0CC79A;
}
.TagClassName
{
border-color: #0CC79A;
}
</style>