Shades of Persian Green #08998F
Tints of Persian Green #08998F
RGB
CMYK
RGB Variations
Color information
#08998F (or 0x08998F) is known color: Persian Green. HEX triplet: 08, 99 and 8F. RGB value is (8,153,143). Sum of RGB (Red+Green+Blue) = 8+153+143=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #08998F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08998F is #F76670. Grayscale: #6C6C6C. Windows color (decimal): -16213617 or 9410824. OLE color: 9410824.
HSL color Cylindrical-coordinate representation of color #08998F: hue angle of 175.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08998F is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 143 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.4 |
| HSL | 175.86º | 0.9% | 0.32% | - |
| HSV(B) | 175.86º | 0.95% | 0.6% | - |
| XYZ | 16.45 | 24.82 | 29.91 | - |
| YUV | 108.51 | 147.46 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 143 | 0.95 | 0 | 0.07 | 0.4 | 175.86 | 0.9 | 0.32 |
| Hex | 8 | 99 | 8F | 5F | 0 | 7 | 28 | B0 | 5A | 20 |
| Octal | 10 | 231 | 217 | 137 | 0 | 7 | 50 | 260 | 132 | 40 |
| Binary | 1000 | 10011001 | 10001111 | 1011111 | 0 | 111 | 101000 | 10110000 | 1011010 | 100000 |
Color Harmonies of #08998F
Complementary color
Monochromatic Colors of #08998F
Black with #08998F
Text Example
Text Example
White with #08998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08998F; }
p { color: rgb(8,153,143); }
H1.HeaderClassName
{
color: #08998F;
}
.AnyTagClassName
{
color: #08998F;
}
</style>
background-color css
<style>
a { background-color: #08998F; }
a { background-color: rgb(8,153,143); }
div.DivClassName
{
background-color: #08998F;
}
.BgClassName
{
background-color: #08998F;
}
</style>
border-color css
<style>
span { border-color: #08998F; }
span { border-color: rgb(8,153,143); }
td.TdClassName
{
border-color: #08998F;
}
.TagClassName
{
border-color: #08998F;
}
</style>