Shades of Persian Green #08998B
Tints of Persian Green #08998B
RGB
CMYK
RGB Variations
Color information
#08998B (or 0x08998B) is known color: Persian Green. HEX triplet: 08, 99 and 8B. RGB value is (8,153,139). Sum of RGB (Red+Green+Blue) = 8+153+139=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #08998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08998B is #F76674. Grayscale: #6B6B6B. Windows color (decimal): -16213621 or 9148680. OLE color: 9148680.
HSL color Cylindrical-coordinate representation of color #08998B: hue angle of 174.21º 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 #08998B is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 139 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.4 |
| HSL | 174.21º | 0.9% | 0.32% | - |
| HSV(B) | 174.21º | 0.95% | 0.6% | - |
| XYZ | 16.15 | 24.7 | 28.34 | - |
| YUV | 108.05 | 145.46 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 139 | 0.95 | 0 | 0.09 | 0.4 | 174.21 | 0.9 | 0.32 |
| Hex | 8 | 99 | 8B | 5F | 0 | 9 | 28 | AE | 5A | 20 |
| Octal | 10 | 231 | 213 | 137 | 0 | 11 | 50 | 256 | 132 | 40 |
| Binary | 1000 | 10011001 | 10001011 | 1011111 | 0 | 1001 | 101000 | 10101110 | 1011010 | 100000 |
Color Harmonies of #08998B
Complementary color
Monochromatic Colors of #08998B
Black with #08998B
Text Example
Text Example
White with #08998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08998B; }
p { color: rgb(8,153,139); }
H1.HeaderClassName
{
color: #08998B;
}
.AnyTagClassName
{
color: #08998B;
}
</style>
background-color css
<style>
a { background-color: #08998B; }
a { background-color: rgb(8,153,139); }
div.DivClassName
{
background-color: #08998B;
}
.BgClassName
{
background-color: #08998B;
}
</style>
border-color css
<style>
span { border-color: #08998B; }
span { border-color: rgb(8,153,139); }
td.TdClassName
{
border-color: #08998B;
}
.TagClassName
{
border-color: #08998B;
}
</style>