Shades of Persian Green #0B999A
Tints of Persian Green #0B999A
RGB
CMYK
RGB Variations
Color information
#0B999A (or 0x0B999A) is known color: Persian Green. HEX triplet: 0B, 99 and 9A. RGB value is (11,153,154). Sum of RGB (Red+Green+Blue) = 11+153+154=318 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.46% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B999A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B999A is #F46665. Grayscale: #6E6E6E. Windows color (decimal): -16016998 or 10131723. OLE color: 10131723.
HSL color Cylindrical-coordinate representation of color #0B999A: hue angle of 180.42º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B999A is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 153 | 154 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.40 |
| HSL | 180.42º | 0.87% | 0.32% | - |
| HSV(B) | 180.42º | 0.93% | 0.6% | - |
| XYZ | 17.36 | 25.19 | 34.52 | - |
| YUV | 110.66 | 152.46 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 154 | 0.93 | 0.01 | 0 | 0.40 | 180.42 | 0.87 | 0.32 |
| Hex | B | 99 | 9A | 5D | 1 | 0 | 28 | B4 | 57 | 20 |
| Octal | 13 | 231 | 232 | 135 | 1 | 0 | 50 | 264 | 127 | 40 |
| Binary | 1011 | 10011001 | 10011010 | 1011101 | 1 | 0 | 101000 | 10110100 | 1010111 | 100000 |
Color Harmonies of #0B999A
Complementary color
Monochromatic Colors of #0B999A
Black with #0B999A
Text Example
Text Example
White with #0B999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B999A; }
p { color: rgb(11,153,154); }
H1.HeaderClassName
{
color: #0B999A;
}
.AnyTagClassName
{
color: #0B999A;
}
</style>
background-color css
<style>
a { background-color: #0B999A; }
a { background-color: rgb(11,153,154); }
div.DivClassName
{
background-color: #0B999A;
}
.BgClassName
{
background-color: #0B999A;
}
</style>
border-color css
<style>
span { border-color: #0B999A; }
span { border-color: rgb(11,153,154); }
td.TdClassName
{
border-color: #0B999A;
}
.TagClassName
{
border-color: #0B999A;
}
</style>