Html Css Color HEX #129979 Free Speech Aquamarine
📋 copy color: '#129979'red 18 ◦ green 153 ◦ blue 121
Shades of Free Speech Aquamarine #129979
Tints of Free Speech Aquamarine #129979
RGB
CMYK
RGB Variations
Color information
#129979 (or 0x129979) is known color: Free Speech Aquamarine. HEX triplet: 12, 99 and 79. RGB value is (18,153,121). Sum of RGB (Red+Green+Blue) = 18+153+121=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #129979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129979 is #ED6686. Grayscale: #6C6C6C. Windows color (decimal): -15558279 or 7969042. OLE color: 7969042.
HSL color Cylindrical-coordinate representation of color #129979: hue angle of 165.78º 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 #129979 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 121 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.4 |
| HSL | 165.78º | 0.79% | 0.34% | - |
| HSV(B) | 165.78º | 0.88% | 0.6% | - |
| XYZ | 15.09 | 24.29 | 21.98 | - |
| YUV | 108.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 121 | 0.88 | 0 | 0.21 | 0.4 | 165.78 | 0.79 | 0.34 |
| Hex | 12 | 99 | 79 | 58 | 0 | 15 | 28 | A6 | 4F | 22 |
| Octal | 22 | 231 | 171 | 130 | 0 | 25 | 50 | 246 | 117 | 42 |
| Binary | 10010 | 10011001 | 1111001 | 1011000 | 0 | 10101 | 101000 | 10100110 | 1001111 | 100010 |
Color Harmonies of #129979
Complementary color
Monochromatic Colors of #129979
Black with #129979
Text Example
Text Example
White with #129979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129979; }
p { color: rgb(18,153,121); }
H1.HeaderClassName
{
color: #129979;
}
.AnyTagClassName
{
color: #129979;
}
</style>
background-color css
<style>
a { background-color: #129979; }
a { background-color: rgb(18,153,121); }
div.DivClassName
{
background-color: #129979;
}
.BgClassName
{
background-color: #129979;
}
</style>
border-color css
<style>
span { border-color: #129979; }
span { border-color: rgb(18,153,121); }
td.TdClassName
{
border-color: #129979;
}
.TagClassName
{
border-color: #129979;
}
</style>