Shades of Persian Green #129A8B
Tints of Persian Green #129A8B
RGB
CMYK
RGB Variations
Color information
#129A8B (or 0x129A8B) is known color: Persian Green. HEX triplet: 12, 9A and 8B. RGB value is (18,154,139). Sum of RGB (Red+Green+Blue) = 18+154+139=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #129A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129A8B is #ED6574. Grayscale: #6F6F6F. Windows color (decimal): -15558005 or 9148946. OLE color: 9148946.
HSL color Cylindrical-coordinate representation of color #129A8B: hue angle of 173.38º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A8B is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 154 | 139 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.40 |
| HSL | 173.38º | 0.79% | 0.34% | - |
| HSV(B) | 173.38º | 0.88% | 0.6% | - |
| XYZ | 16.47 | 25.1 | 28.4 | - |
| YUV | 111.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 139 | 0.88 | 0 | 0.10 | 0.40 | 173.38 | 0.79 | 0.34 |
| Hex | 12 | 9A | 8B | 58 | 0 | A | 28 | AD | 4F | 22 |
| Octal | 22 | 232 | 213 | 130 | 0 | 12 | 50 | 255 | 117 | 42 |
| Binary | 10010 | 10011010 | 10001011 | 1011000 | 0 | 1010 | 101000 | 10101101 | 1001111 | 100010 |
Color Harmonies of #129A8B
Complementary color
Monochromatic Colors of #129A8B
Black with #129A8B
Text Example
Text Example
White with #129A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129A8B; }
p { color: rgb(18,154,139); }
H1.HeaderClassName
{
color: #129A8B;
}
.AnyTagClassName
{
color: #129A8B;
}
</style>
background-color css
<style>
a { background-color: #129A8B; }
a { background-color: rgb(18,154,139); }
div.DivClassName
{
background-color: #129A8B;
}
.BgClassName
{
background-color: #129A8B;
}
</style>
border-color css
<style>
span { border-color: #129A8B; }
span { border-color: rgb(18,154,139); }
td.TdClassName
{
border-color: #129A8B;
}
.TagClassName
{
border-color: #129A8B;
}
</style>