Html Css Color HEX #139579 Free Speech Aquamarine
📋 copy color: '#139579'red 19 ◦ green 149 ◦ blue 121
Shades of Free Speech Aquamarine #139579
Tints of Free Speech Aquamarine #139579
RGB
CMYK
RGB Variations
Color information
#139579 (or 0x139579) is known color: Free Speech Aquamarine. HEX triplet: 13, 95 and 79. RGB value is (19,149,121). Sum of RGB (Red+Green+Blue) = 19+149+121=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #139579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139579 is #EC6A86. Grayscale: #6A6A6A. Windows color (decimal): -15493767 or 7968019. OLE color: 7968019.
HSL color Cylindrical-coordinate representation of color #139579: hue angle of 167.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139579 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 121 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.42 |
| HSL | 167.08º | 0.77% | 0.33% | - |
| HSV(B) | 167.08º | 0.87% | 0.58% | - |
| XYZ | 14.47 | 23.01 | 21.77 | - |
| YUV | 106.94 | 135.93 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 121 | 0.87 | 0 | 0.19 | 0.42 | 167.08 | 0.77 | 0.33 |
| Hex | 13 | 95 | 79 | 57 | 0 | 13 | 2A | A7 | 4D | 21 |
| Octal | 23 | 225 | 171 | 127 | 0 | 23 | 52 | 247 | 115 | 41 |
| Binary | 10011 | 10010101 | 1111001 | 1010111 | 0 | 10011 | 101010 | 10100111 | 1001101 | 100001 |
Color Harmonies of #139579
Complementary color
Monochromatic Colors of #139579
Black with #139579
Text Example
Text Example
White with #139579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139579; }
p { color: rgb(19,149,121); }
H1.HeaderClassName
{
color: #139579;
}
.AnyTagClassName
{
color: #139579;
}
</style>
background-color css
<style>
a { background-color: #139579; }
a { background-color: rgb(19,149,121); }
div.DivClassName
{
background-color: #139579;
}
.BgClassName
{
background-color: #139579;
}
</style>
border-color css
<style>
span { border-color: #139579; }
span { border-color: rgb(19,149,121); }
td.TdClassName
{
border-color: #139579;
}
.TagClassName
{
border-color: #139579;
}
</style>