Shades of Persian Green #08999D
Tints of Persian Green #08999D
RGB
CMYK
RGB Variations
Color information
#08999D (or 0x08999D) is known color: Persian Green. HEX triplet: 08, 99 and 9D. RGB value is (8,153,157). Sum of RGB (Red+Green+Blue) = 8+153+157=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #08999D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08999D is #F76662. Grayscale: #6D6D6D. Windows color (decimal): -16213603 or 10328328. OLE color: 10328328.
HSL color Cylindrical-coordinate representation of color #08999D: hue angle of 181.61º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08999D is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 153 | 157 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.38 |
| HSL | 181.61º | 0.9% | 0.32% | - |
| HSV(B) | 181.61º | 0.95% | 0.62% | - |
| XYZ | 17.58 | 25.27 | 35.85 | - |
| YUV | 110.1 | 154.46 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 157 | 0.95 | 0.03 | 0 | 0.38 | 181.61 | 0.9 | 0.32 |
| Hex | 8 | 99 | 9D | 5F | 3 | 0 | 26 | B6 | 5A | 20 |
| Octal | 10 | 231 | 235 | 137 | 3 | 0 | 46 | 266 | 132 | 40 |
| Binary | 1000 | 10011001 | 10011101 | 1011111 | 11 | 0 | 100110 | 10110110 | 1011010 | 100000 |
Color Harmonies of #08999D
Complementary color
Monochromatic Colors of #08999D
Black with #08999D
Text Example
Text Example
White with #08999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08999D; }
p { color: rgb(8,153,157); }
H1.HeaderClassName
{
color: #08999D;
}
.AnyTagClassName
{
color: #08999D;
}
</style>
background-color css
<style>
a { background-color: #08999D; }
a { background-color: rgb(8,153,157); }
div.DivClassName
{
background-color: #08999D;
}
.BgClassName
{
background-color: #08999D;
}
</style>
border-color css
<style>
span { border-color: #08999D; }
span { border-color: rgb(8,153,157); }
td.TdClassName
{
border-color: #08999D;
}
.TagClassName
{
border-color: #08999D;
}
</style>