Shades of Persian Green #0CB69B
Tints of Persian Green #0CB69B
RGB
CMYK
RGB Variations
Color information
#0CB69B (or 0x0CB69B) is known color: Persian Green. HEX triplet: 0C, B6 and 9B. RGB value is (12,182,155). Sum of RGB (Red+Green+Blue) = 12+182+155=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB69B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB69B is #F34964. Grayscale: #808080. Windows color (decimal): -15944037 or 10204684. OLE color: 10204684.
HSL color Cylindrical-coordinate representation of color #0CB69B: hue angle of 170.47º 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 #0CB69B is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 155 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.29 |
| HSL | 170.47º | 0.88% | 0.38% | - |
| HSV(B) | 170.47º | 0.93% | 0.71% | - |
| XYZ | 22.8 | 35.9 | 36.74 | - |
| YUV | 128.09 | 143.18 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 155 | 0.93 | 0 | 0.15 | 0.29 | 170.47 | 0.88 | 0.38 |
| Hex | C | B6 | 9B | 5D | 0 | F | 1D | AA | 58 | 26 |
| Octal | 14 | 266 | 233 | 135 | 0 | 17 | 35 | 252 | 130 | 46 |
| Binary | 1100 | 10110110 | 10011011 | 1011101 | 0 | 1111 | 11101 | 10101010 | 1011000 | 100110 |
Color Harmonies of #0CB69B
Complementary color
Monochromatic Colors of #0CB69B
Black with #0CB69B
Text Example
Text Example
White with #0CB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB69B; }
p { color: rgb(12,182,155); }
H1.HeaderClassName
{
color: #0CB69B;
}
.AnyTagClassName
{
color: #0CB69B;
}
</style>
background-color css
<style>
a { background-color: #0CB69B; }
a { background-color: rgb(12,182,155); }
div.DivClassName
{
background-color: #0CB69B;
}
.BgClassName
{
background-color: #0CB69B;
}
</style>
border-color css
<style>
span { border-color: #0CB69B; }
span { border-color: rgb(12,182,155); }
td.TdClassName
{
border-color: #0CB69B;
}
.TagClassName
{
border-color: #0CB69B;
}
</style>