Shades of Persian Green #129F8B
Tints of Persian Green #129F8B
RGB
CMYK
RGB Variations
Color information
#129F8B (or 0x129F8B) is known color: Persian Green. HEX triplet: 12, 9F and 8B. RGB value is (18,159,139). Sum of RGB (Red+Green+Blue) = 18+159+139=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #129F8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129F8B is #ED6074. Grayscale: #727272. Windows color (decimal): -15556725 or 9150226. OLE color: 9150226.
HSL color Cylindrical-coordinate representation of color #129F8B: hue angle of 171.49º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F8B is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 139 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.38 |
| HSL | 171.49º | 0.8% | 0.35% | - |
| HSV(B) | 171.49º | 0.89% | 0.62% | - |
| XYZ | 17.31 | 26.79 | 28.68 | - |
| YUV | 114.56 | 141.79 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 139 | 0.89 | 0 | 0.13 | 0.38 | 171.49 | 0.8 | 0.35 |
| Hex | 12 | 9F | 8B | 59 | 0 | D | 26 | AB | 50 | 23 |
| Octal | 22 | 237 | 213 | 131 | 0 | 15 | 46 | 253 | 120 | 43 |
| Binary | 10010 | 10011111 | 10001011 | 1011001 | 0 | 1101 | 100110 | 10101011 | 1010000 | 100011 |
Color Harmonies of #129F8B
Complementary color
Monochromatic Colors of #129F8B
Black with #129F8B
Text Example
Text Example
White with #129F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F8B; }
p { color: rgb(18,159,139); }
H1.HeaderClassName
{
color: #129F8B;
}
.AnyTagClassName
{
color: #129F8B;
}
</style>
background-color css
<style>
a { background-color: #129F8B; }
a { background-color: rgb(18,159,139); }
div.DivClassName
{
background-color: #129F8B;
}
.BgClassName
{
background-color: #129F8B;
}
</style>
border-color css
<style>
span { border-color: #129F8B; }
span { border-color: rgb(18,159,139); }
td.TdClassName
{
border-color: #129F8B;
}
.TagClassName
{
border-color: #129F8B;
}
</style>