Shades of Persian Green #0BACA3
Tints of Persian Green #0BACA3
RGB
CMYK
RGB Variations
Color information
#0BACA3 (or 0x0BACA3) is known color: Persian Green. HEX triplet: 0B, AC and A3. RGB value is (11,172,163). Sum of RGB (Red+Green+Blue) = 11+172+163=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #0BACA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BACA3 is #F4535C. Grayscale: #7A7A7A. Windows color (decimal): -16012125 or 10726411. OLE color: 10726411.
HSL color Cylindrical-coordinate representation of color #0BACA3: hue angle of 176.65º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BACA3 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 163 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.33 |
| HSL | 176.65º | 0.88% | 0.36% | - |
| HSV(B) | 176.65º | 0.94% | 0.67% | - |
| XYZ | 21.5 | 32.22 | 39.74 | - |
| YUV | 122.84 | 150.66 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 163 | 0.94 | 0 | 0.05 | 0.33 | 176.65 | 0.88 | 0.36 |
| Hex | B | AC | A3 | 5E | 0 | 5 | 21 | B1 | 58 | 24 |
| Octal | 13 | 254 | 243 | 136 | 0 | 5 | 41 | 261 | 130 | 44 |
| Binary | 1011 | 10101100 | 10100011 | 1011110 | 0 | 101 | 100001 | 10110001 | 1011000 | 100100 |
Color Harmonies of #0BACA3
Complementary color
Monochromatic Colors of #0BACA3
Black with #0BACA3
Text Example
Text Example
White with #0BACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BACA3; }
p { color: rgb(11,172,163); }
H1.HeaderClassName
{
color: #0BACA3;
}
.AnyTagClassName
{
color: #0BACA3;
}
</style>
background-color css
<style>
a { background-color: #0BACA3; }
a { background-color: rgb(11,172,163); }
div.DivClassName
{
background-color: #0BACA3;
}
.BgClassName
{
background-color: #0BACA3;
}
</style>
border-color css
<style>
span { border-color: #0BACA3; }
span { border-color: rgb(11,172,163); }
td.TdClassName
{
border-color: #0BACA3;
}
.TagClassName
{
border-color: #0BACA3;
}
</style>