Shades of Persian Green #0BB69C
Tints of Persian Green #0BB69C
RGB
CMYK
RGB Variations
Color information
#0BB69C (or 0x0BB69C) is known color: Persian Green. HEX triplet: 0B, B6 and 9C. RGB value is (11,182,156). Sum of RGB (Red+Green+Blue) = 11+182+156=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB69C is #F44963. Grayscale: #7F7F7F. Windows color (decimal): -16009572 or 10270219. OLE color: 10270219.
HSL color Cylindrical-coordinate representation of color #0BB69C: hue angle of 170.88º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB69C is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 156 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.29 |
| HSL | 170.88º | 0.89% | 0.38% | - |
| HSV(B) | 170.88º | 0.94% | 0.71% | - |
| XYZ | 22.87 | 35.93 | 37.18 | - |
| YUV | 127.91 | 143.85 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 156 | 0.94 | 0 | 0.14 | 0.29 | 170.88 | 0.89 | 0.38 |
| Hex | B | B6 | 9C | 5E | 0 | E | 1D | AB | 59 | 26 |
| Octal | 13 | 266 | 234 | 136 | 0 | 16 | 35 | 253 | 131 | 46 |
| Binary | 1011 | 10110110 | 10011100 | 1011110 | 0 | 1110 | 11101 | 10101011 | 1011001 | 100110 |
Color Harmonies of #0BB69C
Complementary color
Monochromatic Colors of #0BB69C
Black with #0BB69C
Text Example
Text Example
White with #0BB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB69C; }
p { color: rgb(11,182,156); }
H1.HeaderClassName
{
color: #0BB69C;
}
.AnyTagClassName
{
color: #0BB69C;
}
</style>
background-color css
<style>
a { background-color: #0BB69C; }
a { background-color: rgb(11,182,156); }
div.DivClassName
{
background-color: #0BB69C;
}
.BgClassName
{
background-color: #0BB69C;
}
</style>
border-color css
<style>
span { border-color: #0BB69C; }
span { border-color: rgb(11,182,156); }
td.TdClassName
{
border-color: #0BB69C;
}
.TagClassName
{
border-color: #0BB69C;
}
</style>