Shades of Persian Green #0BB29D
Tints of Persian Green #0BB29D
RGB
CMYK
RGB Variations
Color information
#0BB29D (or 0x0BB29D) is known color: Persian Green. HEX triplet: 0B, B2 and 9D. RGB value is (11,178,157). Sum of RGB (Red+Green+Blue) = 11+178+157=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB29D is #F44D62. Grayscale: #7D7D7D. Windows color (decimal): -16010595 or 10334731. OLE color: 10334731.
HSL color Cylindrical-coordinate representation of color #0BB29D: hue angle of 172.46º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB29D is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 157 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.30 |
| HSL | 172.46º | 0.88% | 0.37% | - |
| HSV(B) | 172.46º | 0.94% | 0.7% | - |
| XYZ | 22.14 | 34.35 | 37.36 | - |
| YUV | 125.67 | 145.67 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 157 | 0.94 | 0 | 0.12 | 0.30 | 172.46 | 0.88 | 0.37 |
| Hex | B | B2 | 9D | 5E | 0 | C | 1E | AC | 58 | 25 |
| Octal | 13 | 262 | 235 | 136 | 0 | 14 | 36 | 254 | 130 | 45 |
| Binary | 1011 | 10110010 | 10011101 | 1011110 | 0 | 1100 | 11110 | 10101100 | 1011000 | 100101 |
Color Harmonies of #0BB29D
Complementary color
Monochromatic Colors of #0BB29D
Black with #0BB29D
Text Example
Text Example
White with #0BB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB29D; }
p { color: rgb(11,178,157); }
H1.HeaderClassName
{
color: #0BB29D;
}
.AnyTagClassName
{
color: #0BB29D;
}
</style>
background-color css
<style>
a { background-color: #0BB29D; }
a { background-color: rgb(11,178,157); }
div.DivClassName
{
background-color: #0BB29D;
}
.BgClassName
{
background-color: #0BB29D;
}
</style>
border-color css
<style>
span { border-color: #0BB29D; }
span { border-color: rgb(11,178,157); }
td.TdClassName
{
border-color: #0BB29D;
}
.TagClassName
{
border-color: #0BB29D;
}
</style>