Shades of Caribbean Green #0CC79C
Tints of Caribbean Green #0CC79C
RGB
CMYK
RGB Variations
Color information
#0CC79C (or 0x0CC79C) is known color: Caribbean Green. HEX triplet: 0C, C7 and 9C. RGB value is (12,199,156). Sum of RGB (Red+Green+Blue) = 12+199+156=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 199 (78.12% from 255 or 54.22% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC79C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC79C is #F33863. Grayscale: #8A8A8A. Windows color (decimal): -15939684 or 10274572. OLE color: 10274572.
HSL color Cylindrical-coordinate representation of color #0CC79C: hue angle of 166.2º 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 #0CC79C is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 199 | 156 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.22 |
| HSL | 166.2º | 0.89% | 0.41% | - |
| HSV(B) | 166.2º | 0.94% | 0.78% | - |
| XYZ | 26.58 | 43.33 | 38.41 | - |
| YUV | 138.19 | 138.05 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 199 | 156 | 0.94 | 0 | 0.22 | 0.22 | 166.2 | 0.89 | 0.41 |
| Hex | C | C7 | 9C | 5E | 0 | 16 | 16 | A6 | 59 | 29 |
| Octal | 14 | 307 | 234 | 136 | 0 | 26 | 26 | 246 | 131 | 51 |
| Binary | 1100 | 11000111 | 10011100 | 1011110 | 0 | 10110 | 10110 | 10100110 | 1011001 | 101001 |
Color Harmonies of #0CC79C
Complementary color
Monochromatic Colors of #0CC79C
Black with #0CC79C
Text Example
Text Example
White with #0CC79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC79C; }
p { color: rgb(12,199,156); }
H1.HeaderClassName
{
color: #0CC79C;
}
.AnyTagClassName
{
color: #0CC79C;
}
</style>
background-color css
<style>
a { background-color: #0CC79C; }
a { background-color: rgb(12,199,156); }
div.DivClassName
{
background-color: #0CC79C;
}
.BgClassName
{
background-color: #0CC79C;
}
</style>
border-color css
<style>
span { border-color: #0CC79C; }
span { border-color: rgb(12,199,156); }
td.TdClassName
{
border-color: #0CC79C;
}
.TagClassName
{
border-color: #0CC79C;
}
</style>