Html Css Color HEX #139B7A Free Speech Aquamarine
📋 copy color: '#139B7A'red 19 ◦ green 155 ◦ blue 122
Shades of Free Speech Aquamarine #139B7A
Tints of Free Speech Aquamarine #139B7A
RGB
CMYK
RGB Variations
Color information
#139B7A (or 0x139B7A) is known color: Free Speech Aquamarine. HEX triplet: 13, 9B and 7A. RGB value is (19,155,122). Sum of RGB (Red+Green+Blue) = 19+155+122=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #139B7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139B7A is #EC6485. Grayscale: #6E6E6E. Windows color (decimal): -15492230 or 8035091. OLE color: 8035091.
HSL color Cylindrical-coordinate representation of color #139B7A: hue angle of 165.44º 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 #139B7A is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 122 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.39 |
| HSL | 165.44º | 0.78% | 0.34% | - |
| HSV(B) | 165.44º | 0.88% | 0.61% | - |
| XYZ | 15.5 | 24.99 | 22.42 | - |
| YUV | 110.57 | 134.44 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 122 | 0.88 | 0 | 0.21 | 0.39 | 165.44 | 0.78 | 0.34 |
| Hex | 13 | 9B | 7A | 58 | 0 | 15 | 27 | A5 | 4E | 22 |
| Octal | 23 | 233 | 172 | 130 | 0 | 25 | 47 | 245 | 116 | 42 |
| Binary | 10011 | 10011011 | 1111010 | 1011000 | 0 | 10101 | 100111 | 10100101 | 1001110 | 100010 |
Color Harmonies of #139B7A
Complementary color
Monochromatic Colors of #139B7A
Black with #139B7A
Text Example
Text Example
White with #139B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B7A; }
p { color: rgb(19,155,122); }
H1.HeaderClassName
{
color: #139B7A;
}
.AnyTagClassName
{
color: #139B7A;
}
</style>
background-color css
<style>
a { background-color: #139B7A; }
a { background-color: rgb(19,155,122); }
div.DivClassName
{
background-color: #139B7A;
}
.BgClassName
{
background-color: #139B7A;
}
</style>
border-color css
<style>
span { border-color: #139B7A; }
span { border-color: rgb(19,155,122); }
td.TdClassName
{
border-color: #139B7A;
}
.TagClassName
{
border-color: #139B7A;
}
</style>