Shades of Persian Green #099B8F
Tints of Persian Green #099B8F
RGB
CMYK
RGB Variations
Color information
#099B8F (or 0x099B8F) is known color: Persian Green. HEX triplet: 09, 9B and 8F. RGB value is (9,155,143). Sum of RGB (Red+Green+Blue) = 9+155+143=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #099B8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B8F is #F66470. Grayscale: #6D6D6D. Windows color (decimal): -16147569 or 9411337. OLE color: 9411337.
HSL color Cylindrical-coordinate representation of color #099B8F: hue angle of 175.07º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099B8F is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 155 | 143 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.39 |
| HSL | 175.07º | 0.89% | 0.32% | - |
| HSV(B) | 175.07º | 0.94% | 0.61% | - |
| XYZ | 16.79 | 25.48 | 30.02 | - |
| YUV | 109.98 | 146.63 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 143 | 0.94 | 0 | 0.08 | 0.39 | 175.07 | 0.89 | 0.32 |
| Hex | 9 | 9B | 8F | 5E | 0 | 8 | 27 | AF | 59 | 20 |
| Octal | 11 | 233 | 217 | 136 | 0 | 10 | 47 | 257 | 131 | 40 |
| Binary | 1001 | 10011011 | 10001111 | 1011110 | 0 | 1000 | 100111 | 10101111 | 1011001 | 100000 |
Color Harmonies of #099B8F
Complementary color
Monochromatic Colors of #099B8F
Black with #099B8F
Text Example
Text Example
White with #099B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099B8F; }
p { color: rgb(9,155,143); }
H1.HeaderClassName
{
color: #099B8F;
}
.AnyTagClassName
{
color: #099B8F;
}
</style>
background-color css
<style>
a { background-color: #099B8F; }
a { background-color: rgb(9,155,143); }
div.DivClassName
{
background-color: #099B8F;
}
.BgClassName
{
background-color: #099B8F;
}
</style>
border-color css
<style>
span { border-color: #099B8F; }
span { border-color: rgb(9,155,143); }
td.TdClassName
{
border-color: #099B8F;
}
.TagClassName
{
border-color: #099B8F;
}
</style>