Shades of Persian Green #0C9F9B
Tints of Persian Green #0C9F9B
RGB
CMYK
RGB Variations
Color information
#0C9F9B (or 0x0C9F9B) is known color: Persian Green. HEX triplet: 0C, 9F and 9B. RGB value is (12,159,155). Sum of RGB (Red+Green+Blue) = 12+159+155=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9F9B is #F36064. Grayscale: #727272. Windows color (decimal): -15949925 or 10198796. OLE color: 10198796.
HSL color Cylindrical-coordinate representation of color #0C9F9B: hue angle of 178.37º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F9B is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 159 | 155 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.38 |
| HSL | 178.37º | 0.86% | 0.34% | - |
| HSV(B) | 178.37º | 0.92% | 0.62% | - |
| XYZ | 18.47 | 27.24 | 35.3 | - |
| YUV | 114.59 | 150.8 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 155 | 0.92 | 0 | 0.03 | 0.38 | 178.37 | 0.86 | 0.34 |
| Hex | C | 9F | 9B | 5C | 0 | 3 | 26 | B2 | 56 | 22 |
| Octal | 14 | 237 | 233 | 134 | 0 | 3 | 46 | 262 | 126 | 42 |
| Binary | 1100 | 10011111 | 10011011 | 1011100 | 0 | 11 | 100110 | 10110010 | 1010110 | 100010 |
Color Harmonies of #0C9F9B
Complementary color
Monochromatic Colors of #0C9F9B
Black with #0C9F9B
Text Example
Text Example
White with #0C9F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9F9B; }
p { color: rgb(12,159,155); }
H1.HeaderClassName
{
color: #0C9F9B;
}
.AnyTagClassName
{
color: #0C9F9B;
}
</style>
background-color css
<style>
a { background-color: #0C9F9B; }
a { background-color: rgb(12,159,155); }
div.DivClassName
{
background-color: #0C9F9B;
}
.BgClassName
{
background-color: #0C9F9B;
}
</style>
border-color css
<style>
span { border-color: #0C9F9B; }
span { border-color: rgb(12,159,155); }
td.TdClassName
{
border-color: #0C9F9B;
}
.TagClassName
{
border-color: #0C9F9B;
}
</style>