Html Css Color HEX #139B76 Free Speech Aquamarine
📋 copy color: '#139B76'red 19 ◦ green 155 ◦ blue 118
Shades of Free Speech Aquamarine #139B76
Tints of Free Speech Aquamarine #139B76
RGB
CMYK
RGB Variations
Color information
#139B76 (or 0x139B76) is known color: Free Speech Aquamarine. HEX triplet: 13, 9B and 76. RGB value is (19,155,118). Sum of RGB (Red+Green+Blue) = 19+155+118=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #139B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139B76 is #EC6489. Grayscale: #6E6E6E. Windows color (decimal): -15492234 or 7772947. OLE color: 7772947.
HSL color Cylindrical-coordinate representation of color #139B76: hue angle of 163.68º degrees, saturation: 0.78, 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 #139B76 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 118 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.39 |
| HSL | 163.68º | 0.78% | 0.34% | - |
| HSV(B) | 163.68º | 0.88% | 0.61% | - |
| XYZ | 15.26 | 24.89 | 21.14 | - |
| YUV | 110.12 | 132.44 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 118 | 0.88 | 0 | 0.24 | 0.39 | 163.68 | 0.78 | 0.34 |
| Hex | 13 | 9B | 76 | 58 | 0 | 18 | 27 | A4 | 4E | 22 |
| Octal | 23 | 233 | 166 | 130 | 0 | 30 | 47 | 244 | 116 | 42 |
| Binary | 10011 | 10011011 | 1110110 | 1011000 | 0 | 11000 | 100111 | 10100100 | 1001110 | 100010 |
Color Harmonies of #139B76
Complementary color
Monochromatic Colors of #139B76
Black with #139B76
Text Example
Text Example
White with #139B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B76; }
p { color: rgb(19,155,118); }
H1.HeaderClassName
{
color: #139B76;
}
.AnyTagClassName
{
color: #139B76;
}
</style>
background-color css
<style>
a { background-color: #139B76; }
a { background-color: rgb(19,155,118); }
div.DivClassName
{
background-color: #139B76;
}
.BgClassName
{
background-color: #139B76;
}
</style>
border-color css
<style>
span { border-color: #139B76; }
span { border-color: rgb(19,155,118); }
td.TdClassName
{
border-color: #139B76;
}
.TagClassName
{
border-color: #139B76;
}
</style>