Html Css Color HEX #139976 Free Speech Aquamarine
📋 copy color: '#139976'red 19 ◦ green 153 ◦ blue 118
Shades of Free Speech Aquamarine #139976
Tints of Free Speech Aquamarine #139976
RGB
CMYK
RGB Variations
Color information
#139976 (or 0x139976) is known color: Free Speech Aquamarine. HEX triplet: 13, 99 and 76. RGB value is (19,153,118). Sum of RGB (Red+Green+Blue) = 19+153+118=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #139976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139976 is #EC6689. Grayscale: #6C6C6C. Windows color (decimal): -15492746 or 7772435. OLE color: 7772435.
HSL color Cylindrical-coordinate representation of color #139976: hue angle of 164.33º degrees, saturation: 0.78, 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 #139976 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 118 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.4 |
| HSL | 164.33º | 0.78% | 0.34% | - |
| HSV(B) | 164.33º | 0.88% | 0.6% | - |
| XYZ | 14.93 | 24.23 | 21.03 | - |
| YUV | 108.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 118 | 0.88 | 0 | 0.23 | 0.4 | 164.33 | 0.78 | 0.34 |
| Hex | 13 | 99 | 76 | 58 | 0 | 17 | 28 | A4 | 4E | 22 |
| Octal | 23 | 231 | 166 | 130 | 0 | 27 | 50 | 244 | 116 | 42 |
| Binary | 10011 | 10011001 | 1110110 | 1011000 | 0 | 10111 | 101000 | 10100100 | 1001110 | 100010 |
Color Harmonies of #139976
Complementary color
Monochromatic Colors of #139976
Black with #139976
Text Example
Text Example
White with #139976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139976; }
p { color: rgb(19,153,118); }
H1.HeaderClassName
{
color: #139976;
}
.AnyTagClassName
{
color: #139976;
}
</style>
background-color css
<style>
a { background-color: #139976; }
a { background-color: rgb(19,153,118); }
div.DivClassName
{
background-color: #139976;
}
.BgClassName
{
background-color: #139976;
}
</style>
border-color css
<style>
span { border-color: #139976; }
span { border-color: rgb(19,153,118); }
td.TdClassName
{
border-color: #139976;
}
.TagClassName
{
border-color: #139976;
}
</style>