Shades of Persian Green #089B8D
Tints of Persian Green #089B8D
RGB
CMYK
RGB Variations
Color information
#089B8D (or 0x089B8D) is known color: Persian Green. HEX triplet: 08, 9B and 8D. RGB value is (8,155,141). Sum of RGB (Red+Green+Blue) = 8+155+141=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #089B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B8D is #F76472. Grayscale: #6D6D6D. Windows color (decimal): -16213107 or 9280264. OLE color: 9280264.
HSL color Cylindrical-coordinate representation of color #089B8D: hue angle of 174.29º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089B8D is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 155 | 141 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.39 |
| HSL | 174.29º | 0.9% | 0.32% | - |
| HSV(B) | 174.29º | 0.95% | 0.61% | - |
| XYZ | 16.63 | 25.42 | 29.23 | - |
| YUV | 109.45 | 145.8 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 141 | 0.95 | 0 | 0.09 | 0.39 | 174.29 | 0.9 | 0.32 |
| Hex | 8 | 9B | 8D | 5F | 0 | 9 | 27 | AE | 5A | 20 |
| Octal | 10 | 233 | 215 | 137 | 0 | 11 | 47 | 256 | 132 | 40 |
| Binary | 1000 | 10011011 | 10001101 | 1011111 | 0 | 1001 | 100111 | 10101110 | 1011010 | 100000 |
Color Harmonies of #089B8D
Complementary color
Monochromatic Colors of #089B8D
Black with #089B8D
Text Example
Text Example
White with #089B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089B8D; }
p { color: rgb(8,155,141); }
H1.HeaderClassName
{
color: #089B8D;
}
.AnyTagClassName
{
color: #089B8D;
}
</style>
background-color css
<style>
a { background-color: #089B8D; }
a { background-color: rgb(8,155,141); }
div.DivClassName
{
background-color: #089B8D;
}
.BgClassName
{
background-color: #089B8D;
}
</style>
border-color css
<style>
span { border-color: #089B8D; }
span { border-color: rgb(8,155,141); }
td.TdClassName
{
border-color: #089B8D;
}
.TagClassName
{
border-color: #089B8D;
}
</style>