Html Css Color HEX #129C74 Free Speech Aquamarine
📋 copy color: '#129C74'red 18 ◦ green 156 ◦ blue 116
Shades of Free Speech Aquamarine #129C74
Tints of Free Speech Aquamarine #129C74
RGB
CMYK
RGB Variations
Color information
#129C74 (or 0x129C74) is known color: Free Speech Aquamarine. HEX triplet: 12, 9C and 74. RGB value is (18,156,116). Sum of RGB (Red+Green+Blue) = 18+156+116=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #129C74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129C74 is #ED638B. Grayscale: #6E6E6E. Windows color (decimal): -15557516 or 7642130. OLE color: 7642130.
HSL color Cylindrical-coordinate representation of color #129C74: hue angle of 162.61º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C74 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 116 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.39 |
| HSL | 162.61º | 0.79% | 0.34% | - |
| HSV(B) | 162.61º | 0.88% | 0.61% | - |
| XYZ | 15.29 | 25.17 | 20.57 | - |
| YUV | 110.18 | 131.28 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 116 | 0.88 | 0 | 0.26 | 0.39 | 162.61 | 0.79 | 0.34 |
| Hex | 12 | 9C | 74 | 58 | 0 | 1A | 27 | A3 | 4F | 22 |
| Octal | 22 | 234 | 164 | 130 | 0 | 32 | 47 | 243 | 117 | 42 |
| Binary | 10010 | 10011100 | 1110100 | 1011000 | 0 | 11010 | 100111 | 10100011 | 1001111 | 100010 |
Color Harmonies of #129C74
Complementary color
Monochromatic Colors of #129C74
Black with #129C74
Text Example
Text Example
White with #129C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C74; }
p { color: rgb(18,156,116); }
H1.HeaderClassName
{
color: #129C74;
}
.AnyTagClassName
{
color: #129C74;
}
</style>
background-color css
<style>
a { background-color: #129C74; }
a { background-color: rgb(18,156,116); }
div.DivClassName
{
background-color: #129C74;
}
.BgClassName
{
background-color: #129C74;
}
</style>
border-color css
<style>
span { border-color: #129C74; }
span { border-color: rgb(18,156,116); }
td.TdClassName
{
border-color: #129C74;
}
.TagClassName
{
border-color: #129C74;
}
</style>