Shades of Persian Green #009B9F
Tints of Persian Green #009B9F
RGB
CMYK
RGB Variations
Color information
#009B9F (or 0x009B9F) is known color: Persian Green. HEX triplet: 00, 9B and 9F. RGB value is (0,155,159). Sum of RGB (Red+Green+Blue) = 0+155+159=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #009B9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B9F is #FF6460. Grayscale: #6C6C6C. Windows color (decimal): -16737377 or 10459904. OLE color: 10459904.
HSL color Cylindrical-coordinate representation of color #009B9F: hue angle of 181.51º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B9F is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 0 | 155 | 159 | - |
CMYK | 1 | 0.03 | 0 | 0.38 |
HSL | 181.51º | 1% | 0.31% | - |
HSV(B) | 181.51º | 1% | 0.62% | - |
XYZ | 17.98 | 25.95 | 36.86 | - |
YUV | 109.11 | 156.15 | 50.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 155 | 159 | 1 | 0.03 | 0 | 0.38 | 181.51 | 1 | 0.31 |
Hex | 0 | 9B | 9F | 64 | 3 | 0 | 26 | B6 | 64 | 1F |
Octal | 0 | 233 | 237 | 144 | 3 | 0 | 46 | 266 | 144 | 37 |
Binary | 0 | 10011011 | 10011111 | 1100100 | 11 | 0 | 100110 | 10110110 | 1100100 | 11111 |
Color Harmonies of #009B9F
Complementary color
Monochromatic Colors of #009B9F
Black with #009B9F
Text Example
Text Example
White with #009B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009B9F; }
p { color: rgb(0,155,159); }
H1.HeaderClassName
{
color: #009B9F;
}
.AnyTagClassName
{
color: #009B9F;
}
</style>
background-color css
<style>
a { background-color: #009B9F; }
a { background-color: rgb(0,155,159); }
div.DivClassName
{
background-color: #009B9F;
}
.BgClassName
{
background-color: #009B9F;
}
</style>
border-color css
<style>
span { border-color: #009B9F; }
span { border-color: rgb(0,155,159); }
td.TdClassName
{
border-color: #009B9F;
}
.TagClassName
{
border-color: #009B9F;
}
</style>