Shades of Persian Green #0CB593
Tints of Persian Green #0CB593
RGB
CMYK
RGB Variations
Color information
#0CB593 (or 0x0CB593) is known color: Persian Green. HEX triplet: 0C, B5 and 93. RGB value is (12,181,147). Sum of RGB (Red+Green+Blue) = 12+181+147=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB593 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB593 is #F34A6C. Grayscale: #7E7E7E. Windows color (decimal): -15944301 or 9680140. OLE color: 9680140.
HSL color Cylindrical-coordinate representation of color #0CB593: hue angle of 167.93º 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 #0CB593 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 147 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.29 |
| HSL | 167.93º | 0.88% | 0.38% | - |
| HSV(B) | 167.93º | 0.93% | 0.71% | - |
| XYZ | 21.94 | 35.23 | 33.25 | - |
| YUV | 126.59 | 139.51 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 147 | 0.93 | 0 | 0.19 | 0.29 | 167.93 | 0.88 | 0.38 |
| Hex | C | B5 | 93 | 5D | 0 | 13 | 1D | A8 | 58 | 26 |
| Octal | 14 | 265 | 223 | 135 | 0 | 23 | 35 | 250 | 130 | 46 |
| Binary | 1100 | 10110101 | 10010011 | 1011101 | 0 | 10011 | 11101 | 10101000 | 1011000 | 100110 |
Color Harmonies of #0CB593
Complementary color
Monochromatic Colors of #0CB593
Black with #0CB593
Text Example
Text Example
White with #0CB593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB593; }
p { color: rgb(12,181,147); }
H1.HeaderClassName
{
color: #0CB593;
}
.AnyTagClassName
{
color: #0CB593;
}
</style>
background-color css
<style>
a { background-color: #0CB593; }
a { background-color: rgb(12,181,147); }
div.DivClassName
{
background-color: #0CB593;
}
.BgClassName
{
background-color: #0CB593;
}
</style>
border-color css
<style>
span { border-color: #0CB593; }
span { border-color: rgb(12,181,147); }
td.TdClassName
{
border-color: #0CB593;
}
.TagClassName
{
border-color: #0CB593;
}
</style>