Shades of Persian Green #0CB59C
Tints of Persian Green #0CB59C
RGB
CMYK
RGB Variations
Color information
#0CB59C (or 0x0CB59C) is known color: Persian Green. HEX triplet: 0C, B5 and 9C. RGB value is (12,181,156). Sum of RGB (Red+Green+Blue) = 12+181+156=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB59C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB59C is #F34A63. Grayscale: #7F7F7F. Windows color (decimal): -15944292 or 10269964. OLE color: 10269964.
HSL color Cylindrical-coordinate representation of color #0CB59C: hue angle of 171.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB59C is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 156 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.29 |
| HSL | 171.12º | 0.88% | 0.38% | - |
| HSV(B) | 171.12º | 0.93% | 0.71% | - |
| XYZ | 22.68 | 35.53 | 37.11 | - |
| YUV | 127.62 | 144.01 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 156 | 0.93 | 0 | 0.14 | 0.29 | 171.12 | 0.88 | 0.38 |
| Hex | C | B5 | 9C | 5D | 0 | E | 1D | AB | 58 | 26 |
| Octal | 14 | 265 | 234 | 135 | 0 | 16 | 35 | 253 | 130 | 46 |
| Binary | 1100 | 10110101 | 10011100 | 1011101 | 0 | 1110 | 11101 | 10101011 | 1011000 | 100110 |
Color Harmonies of #0CB59C
Complementary color
Monochromatic Colors of #0CB59C
Black with #0CB59C
Text Example
Text Example
White with #0CB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB59C; }
p { color: rgb(12,181,156); }
H1.HeaderClassName
{
color: #0CB59C;
}
.AnyTagClassName
{
color: #0CB59C;
}
</style>
background-color css
<style>
a { background-color: #0CB59C; }
a { background-color: rgb(12,181,156); }
div.DivClassName
{
background-color: #0CB59C;
}
.BgClassName
{
background-color: #0CB59C;
}
</style>
border-color css
<style>
span { border-color: #0CB59C; }
span { border-color: rgb(12,181,156); }
td.TdClassName
{
border-color: #0CB59C;
}
.TagClassName
{
border-color: #0CB59C;
}
</style>