Html Css Color HEX #119574 Free Speech Aquamarine
📋 copy color: '#119574'red 17 ◦ green 149 ◦ blue 116
Shades of Free Speech Aquamarine #119574
Tints of Free Speech Aquamarine #119574
RGB
CMYK
RGB Variations
Color information
#119574 (or 0x119574) is known color: Free Speech Aquamarine. HEX triplet: 11, 95 and 74. RGB value is (17,149,116). Sum of RGB (Red+Green+Blue) = 17+149+116=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #119574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119574 is #EE6A8B. Grayscale: #696969. Windows color (decimal): -15624844 or 7640337. OLE color: 7640337.
HSL color Cylindrical-coordinate representation of color #119574: hue angle of 165º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119574 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 116 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.42 |
| HSL | 165º | 0.8% | 0.33% | - |
| HSV(B) | 165º | 0.89% | 0.58% | - |
| XYZ | 14.13 | 22.88 | 20.19 | - |
| YUV | 105.77 | 133.77 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 116 | 0.89 | 0 | 0.22 | 0.42 | 165 | 0.8 | 0.33 |
| Hex | 11 | 95 | 74 | 59 | 0 | 16 | 2A | A5 | 50 | 21 |
| Octal | 21 | 225 | 164 | 131 | 0 | 26 | 52 | 245 | 120 | 41 |
| Binary | 10001 | 10010101 | 1110100 | 1011001 | 0 | 10110 | 101010 | 10100101 | 1010000 | 100001 |
Color Harmonies of #119574
Complementary color
Monochromatic Colors of #119574
Black with #119574
Text Example
Text Example
White with #119574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119574; }
p { color: rgb(17,149,116); }
H1.HeaderClassName
{
color: #119574;
}
.AnyTagClassName
{
color: #119574;
}
</style>
background-color css
<style>
a { background-color: #119574; }
a { background-color: rgb(17,149,116); }
div.DivClassName
{
background-color: #119574;
}
.BgClassName
{
background-color: #119574;
}
</style>
border-color css
<style>
span { border-color: #119574; }
span { border-color: rgb(17,149,116); }
td.TdClassName
{
border-color: #119574;
}
.TagClassName
{
border-color: #119574;
}
</style>