Shades of Persian Green #0CA08B
Tints of Persian Green #0CA08B
RGB
CMYK
RGB Variations
Color information
#0CA08B (or 0x0CA08B) is known color: Persian Green. HEX triplet: 0C, A0 and 8B. RGB value is (12,160,139). Sum of RGB (Red+Green+Blue) = 12+160+139=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #0CA08B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA08B is #F35F74. Grayscale: #717171. Windows color (decimal): -15949685 or 9150476. OLE color: 9150476.
HSL color Cylindrical-coordinate representation of color #0CA08B: hue angle of 171.49º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA08B is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 12 | 160 | 139 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.37 |
| HSL | 171.49º | 0.86% | 0.34% | - |
| HSV(B) | 171.49º | 0.93% | 0.63% | - |
| XYZ | 17.38 | 27.08 | 28.74 | - |
| YUV | 113.35 | 142.47 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 160 | 139 | 0.93 | 0 | 0.13 | 0.37 | 171.49 | 0.86 | 0.34 |
| Hex | C | A0 | 8B | 5D | 0 | D | 25 | AB | 56 | 22 |
| Octal | 14 | 240 | 213 | 135 | 0 | 15 | 45 | 253 | 126 | 42 |
| Binary | 1100 | 10100000 | 10001011 | 1011101 | 0 | 1101 | 100101 | 10101011 | 1010110 | 100010 |
Color Harmonies of #0CA08B
Complementary color
Monochromatic Colors of #0CA08B
Black with #0CA08B
Text Example
Text Example
White with #0CA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA08B; }
p { color: rgb(12,160,139); }
H1.HeaderClassName
{
color: #0CA08B;
}
.AnyTagClassName
{
color: #0CA08B;
}
</style>
background-color css
<style>
a { background-color: #0CA08B; }
a { background-color: rgb(12,160,139); }
div.DivClassName
{
background-color: #0CA08B;
}
.BgClassName
{
background-color: #0CA08B;
}
</style>
border-color css
<style>
span { border-color: #0CA08B; }
span { border-color: rgb(12,160,139); }
td.TdClassName
{
border-color: #0CA08B;
}
.TagClassName
{
border-color: #0CA08B;
}
</style>