Shades of Persian Green #0CB09F
Tints of Persian Green #0CB09F
RGB
CMYK
RGB Variations
Color information
#0CB09F (or 0x0CB09F) is known color: Persian Green. HEX triplet: 0C, B0 and 9F. RGB value is (12,176,159). Sum of RGB (Red+Green+Blue) = 12+176+159=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB09F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB09F is #F34F60. Grayscale: #7C7C7C. Windows color (decimal): -15945569 or 10465292. OLE color: 10465292.
HSL color Cylindrical-coordinate representation of color #0CB09F: hue angle of 173.78º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB09F is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 176 | 159 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.31 |
| HSL | 173.78º | 0.87% | 0.37% | - |
| HSV(B) | 173.78º | 0.93% | 0.69% | - |
| XYZ | 21.93 | 33.63 | 38.14 | - |
| YUV | 125.03 | 147.17 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 159 | 0.93 | 0 | 0.10 | 0.31 | 173.78 | 0.87 | 0.37 |
| Hex | C | B0 | 9F | 5D | 0 | A | 1F | AE | 57 | 25 |
| Octal | 14 | 260 | 237 | 135 | 0 | 12 | 37 | 256 | 127 | 45 |
| Binary | 1100 | 10110000 | 10011111 | 1011101 | 0 | 1010 | 11111 | 10101110 | 1010111 | 100101 |
Color Harmonies of #0CB09F
Complementary color
Monochromatic Colors of #0CB09F
Black with #0CB09F
Text Example
Text Example
White with #0CB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB09F; }
p { color: rgb(12,176,159); }
H1.HeaderClassName
{
color: #0CB09F;
}
.AnyTagClassName
{
color: #0CB09F;
}
</style>
background-color css
<style>
a { background-color: #0CB09F; }
a { background-color: rgb(12,176,159); }
div.DivClassName
{
background-color: #0CB09F;
}
.BgClassName
{
background-color: #0CB09F;
}
</style>
border-color css
<style>
span { border-color: #0CB09F; }
span { border-color: rgb(12,176,159); }
td.TdClassName
{
border-color: #0CB09F;
}
.TagClassName
{
border-color: #0CB09F;
}
</style>