Shades of Persian Green #0D989B
Tints of Persian Green #0D989B
RGB
CMYK
RGB Variations
Color information
#0D989B (or 0x0D989B) is known color: Persian Green. HEX triplet: 0D, 98 and 9B. RGB value is (13,152,155). Sum of RGB (Red+Green+Blue) = 13+152+155=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D989B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D989B is #F26764. Grayscale: #6E6E6E. Windows color (decimal): -15886181 or 10197005. OLE color: 10197005.
HSL color Cylindrical-coordinate representation of color #0D989B: hue angle of 181.27º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D989B is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 152 | 155 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.39 |
| HSL | 181.27º | 0.85% | 0.33% | - |
| HSV(B) | 181.27º | 0.92% | 0.61% | - |
| XYZ | 17.31 | 24.91 | 34.91 | - |
| YUV | 110.78 | 152.95 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 155 | 0.92 | 0.02 | 0 | 0.39 | 181.27 | 0.85 | 0.33 |
| Hex | D | 98 | 9B | 5C | 2 | 0 | 27 | B5 | 55 | 21 |
| Octal | 15 | 230 | 233 | 134 | 2 | 0 | 47 | 265 | 125 | 41 |
| Binary | 1101 | 10011000 | 10011011 | 1011100 | 10 | 0 | 100111 | 10110101 | 1010101 | 100001 |
Color Harmonies of #0D989B
Complementary color
Monochromatic Colors of #0D989B
Black with #0D989B
Text Example
Text Example
White with #0D989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D989B; }
p { color: rgb(13,152,155); }
H1.HeaderClassName
{
color: #0D989B;
}
.AnyTagClassName
{
color: #0D989B;
}
</style>
background-color css
<style>
a { background-color: #0D989B; }
a { background-color: rgb(13,152,155); }
div.DivClassName
{
background-color: #0D989B;
}
.BgClassName
{
background-color: #0D989B;
}
</style>
border-color css
<style>
span { border-color: #0D989B; }
span { border-color: rgb(13,152,155); }
td.TdClassName
{
border-color: #0D989B;
}
.TagClassName
{
border-color: #0D989B;
}
</style>