Shades of Persian Green #149D8B
Tints of Persian Green #149D8B
RGB
CMYK
RGB Variations
Color information
#149D8B (or 0x149D8B) is known color: Persian Green. HEX triplet: 14, 9D and 8B. RGB value is (20,157,139). Sum of RGB (Red+Green+Blue) = 20+157+139=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #149D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149D8B is #EB6274. Grayscale: #717171. Windows color (decimal): -15426165 or 9149716. OLE color: 9149716.
HSL color Cylindrical-coordinate representation of color #149D8B: hue angle of 172.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149D8B is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 139 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.38 |
| HSL | 172.12º | 0.77% | 0.35% | - |
| HSV(B) | 172.12º | 0.87% | 0.62% | - |
| XYZ | 17.01 | 26.13 | 28.57 | - |
| YUV | 113.99 | 142.11 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 139 | 0.87 | 0 | 0.11 | 0.38 | 172.12 | 0.77 | 0.35 |
| Hex | 14 | 9D | 8B | 57 | 0 | B | 26 | AC | 4D | 23 |
| Octal | 24 | 235 | 213 | 127 | 0 | 13 | 46 | 254 | 115 | 43 |
| Binary | 10100 | 10011101 | 10001011 | 1010111 | 0 | 1011 | 100110 | 10101100 | 1001101 | 100011 |
Color Harmonies of #149D8B
Complementary color
Monochromatic Colors of #149D8B
Black with #149D8B
Text Example
Text Example
White with #149D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D8B; }
p { color: rgb(20,157,139); }
H1.HeaderClassName
{
color: #149D8B;
}
.AnyTagClassName
{
color: #149D8B;
}
</style>
background-color css
<style>
a { background-color: #149D8B; }
a { background-color: rgb(20,157,139); }
div.DivClassName
{
background-color: #149D8B;
}
.BgClassName
{
background-color: #149D8B;
}
</style>
border-color css
<style>
span { border-color: #149D8B; }
span { border-color: rgb(20,157,139); }
td.TdClassName
{
border-color: #149D8B;
}
.TagClassName
{
border-color: #149D8B;
}
</style>