Shades of Persian Green #009B9D
Tints of Persian Green #009B9D
RGB
CMYK
RGB Variations
Color information
#009B9D (or 0x009B9D) is known color: Persian Green. HEX triplet: 00, 9B and 9D. RGB value is (0,155,157). Sum of RGB (Red+Green+Blue) = 0+155+157=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #009B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B9D is #FF6462. Grayscale: #6C6C6C. Windows color (decimal): -16737379 or 10328832. OLE color: 10328832.
HSL color Cylindrical-coordinate representation of color #009B9D: hue angle of 180.76º 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 #009B9D is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 155 | 157 | - |
| CMYK | 1 | 0.01 | 0 | 0.38 |
| HSL | 180.76º | 1% | 0.31% | - |
| HSV(B) | 180.76º | 1% | 0.62% | - |
| XYZ | 17.81 | 25.88 | 35.95 | - |
| YUV | 108.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 157 | 1 | 0.01 | 0 | 0.38 | 180.76 | 1 | 0.31 |
| Hex | 0 | 9B | 9D | 64 | 1 | 0 | 26 | B5 | 64 | 1F |
| Octal | 0 | 233 | 235 | 144 | 1 | 0 | 46 | 265 | 144 | 37 |
| Binary | 0 | 10011011 | 10011101 | 1100100 | 1 | 0 | 100110 | 10110101 | 1100100 | 11111 |
Color Harmonies of #009B9D
Complementary color
Monochromatic Colors of #009B9D
Black with #009B9D
Text Example
Text Example
White with #009B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009B9D; }
p { color: rgb(0,155,157); }
H1.HeaderClassName
{
color: #009B9D;
}
.AnyTagClassName
{
color: #009B9D;
}
</style>
background-color css
<style>
a { background-color: #009B9D; }
a { background-color: rgb(0,155,157); }
div.DivClassName
{
background-color: #009B9D;
}
.BgClassName
{
background-color: #009B9D;
}
</style>
border-color css
<style>
span { border-color: #009B9D; }
span { border-color: rgb(0,155,157); }
td.TdClassName
{
border-color: #009B9D;
}
.TagClassName
{
border-color: #009B9D;
}
</style>