Shades of Persian Green #0C999D
Tints of Persian Green #0C999D
RGB
CMYK
RGB Variations
Color information
#0C999D (or 0x0C999D) is known color: Persian Green. HEX triplet: 0C, 99 and 9D. RGB value is (12,153,157). Sum of RGB (Red+Green+Blue) = 12+153+157=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C999D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C999D is #F36662. Grayscale: #6F6F6F. Windows color (decimal): -15951459 or 10328332. OLE color: 10328332.
HSL color Cylindrical-coordinate representation of color #0C999D: hue angle of 181.66º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C999D is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 153 | 157 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.38 |
| HSL | 181.66º | 0.86% | 0.33% | - |
| HSV(B) | 181.66º | 0.92% | 0.62% | - |
| XYZ | 17.63 | 25.29 | 35.85 | - |
| YUV | 111.3 | 153.79 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 157 | 0.92 | 0.03 | 0 | 0.38 | 181.66 | 0.86 | 0.33 |
| Hex | C | 99 | 9D | 5C | 3 | 0 | 26 | B6 | 56 | 21 |
| Octal | 14 | 231 | 235 | 134 | 3 | 0 | 46 | 266 | 126 | 41 |
| Binary | 1100 | 10011001 | 10011101 | 1011100 | 11 | 0 | 100110 | 10110110 | 1010110 | 100001 |
Color Harmonies of #0C999D
Complementary color
Monochromatic Colors of #0C999D
Black with #0C999D
Text Example
Text Example
White with #0C999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C999D; }
p { color: rgb(12,153,157); }
H1.HeaderClassName
{
color: #0C999D;
}
.AnyTagClassName
{
color: #0C999D;
}
</style>
background-color css
<style>
a { background-color: #0C999D; }
a { background-color: rgb(12,153,157); }
div.DivClassName
{
background-color: #0C999D;
}
.BgClassName
{
background-color: #0C999D;
}
</style>
border-color css
<style>
span { border-color: #0C999D; }
span { border-color: rgb(12,153,157); }
td.TdClassName
{
border-color: #0C999D;
}
.TagClassName
{
border-color: #0C999D;
}
</style>