Html Css Color HEX #119675 Free Speech Aquamarine
📋 copy color: '#119675'red 17 ◦ green 150 ◦ blue 117
Shades of Free Speech Aquamarine #119675
Tints of Free Speech Aquamarine #119675
RGB
CMYK
RGB Variations
Color information
#119675 (or 0x119675) is known color: Free Speech Aquamarine. HEX triplet: 11, 96 and 75. RGB value is (17,150,117). Sum of RGB (Red+Green+Blue) = 17+150+117=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #119675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119675 is #EE698A. Grayscale: #6A6A6A. Windows color (decimal): -15624587 or 7706129. OLE color: 7706129.
HSL color Cylindrical-coordinate representation of color #119675: hue angle of 165.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119675 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 117 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.41 |
| HSL | 165.11º | 0.8% | 0.33% | - |
| HSV(B) | 165.11º | 0.89% | 0.59% | - |
| XYZ | 14.35 | 23.22 | 20.55 | - |
| YUV | 106.47 | 133.94 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 117 | 0.89 | 0 | 0.22 | 0.41 | 165.11 | 0.8 | 0.33 |
| Hex | 11 | 96 | 75 | 59 | 0 | 16 | 29 | A5 | 50 | 21 |
| Octal | 21 | 226 | 165 | 131 | 0 | 26 | 51 | 245 | 120 | 41 |
| Binary | 10001 | 10010110 | 1110101 | 1011001 | 0 | 10110 | 101001 | 10100101 | 1010000 | 100001 |
Color Harmonies of #119675
Complementary color
Monochromatic Colors of #119675
Black with #119675
Text Example
Text Example
White with #119675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119675; }
p { color: rgb(17,150,117); }
H1.HeaderClassName
{
color: #119675;
}
.AnyTagClassName
{
color: #119675;
}
</style>
background-color css
<style>
a { background-color: #119675; }
a { background-color: rgb(17,150,117); }
div.DivClassName
{
background-color: #119675;
}
.BgClassName
{
background-color: #119675;
}
</style>
border-color css
<style>
span { border-color: #119675; }
span { border-color: rgb(17,150,117); }
td.TdClassName
{
border-color: #119675;
}
.TagClassName
{
border-color: #119675;
}
</style>