Html Css Color HEX #139B7D Free Speech Aquamarine
📋 copy color: '#139B7D'red 19 ◦ green 155 ◦ blue 125
Shades of Free Speech Aquamarine #139B7D
Tints of Free Speech Aquamarine #139B7D
RGB
CMYK
RGB Variations
Color information
#139B7D (or 0x139B7D) is known color: Free Speech Aquamarine. HEX triplet: 13, 9B and 7D. RGB value is (19,155,125). Sum of RGB (Red+Green+Blue) = 19+155+125=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #139B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139B7D is #EC6482. Grayscale: #6E6E6E. Windows color (decimal): -15492227 or 8231699. OLE color: 8231699.
HSL color Cylindrical-coordinate representation of color #139B7D: hue angle of 166.76º 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 #139B7D is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 125 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.39 |
| HSL | 166.76º | 0.78% | 0.34% | - |
| HSV(B) | 166.76º | 0.88% | 0.61% | - |
| XYZ | 15.69 | 25.06 | 23.41 | - |
| YUV | 110.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 125 | 0.88 | 0 | 0.19 | 0.39 | 166.76 | 0.78 | 0.34 |
| Hex | 13 | 9B | 7D | 58 | 0 | 13 | 27 | A7 | 4E | 22 |
| Octal | 23 | 233 | 175 | 130 | 0 | 23 | 47 | 247 | 116 | 42 |
| Binary | 10011 | 10011011 | 1111101 | 1011000 | 0 | 10011 | 100111 | 10100111 | 1001110 | 100010 |
Color Harmonies of #139B7D
Complementary color
Monochromatic Colors of #139B7D
Black with #139B7D
Text Example
Text Example
White with #139B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B7D; }
p { color: rgb(19,155,125); }
H1.HeaderClassName
{
color: #139B7D;
}
.AnyTagClassName
{
color: #139B7D;
}
</style>
background-color css
<style>
a { background-color: #139B7D; }
a { background-color: rgb(19,155,125); }
div.DivClassName
{
background-color: #139B7D;
}
.BgClassName
{
background-color: #139B7D;
}
</style>
border-color css
<style>
span { border-color: #139B7D; }
span { border-color: rgb(19,155,125); }
td.TdClassName
{
border-color: #139B7D;
}
.TagClassName
{
border-color: #139B7D;
}
</style>