Html Css Color HEX #139D73 Free Speech Aquamarine
📋 copy color: '#139D73'red 19 ◦ green 157 ◦ blue 115
Shades of Free Speech Aquamarine #139D73
Tints of Free Speech Aquamarine #139D73
RGB
CMYK
RGB Variations
Color information
#139D73 (or 0x139D73) is known color: Free Speech Aquamarine. HEX triplet: 13, 9D and 73. RGB value is (19,157,115). Sum of RGB (Red+Green+Blue) = 19+157+115=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #139D73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139D73 is #EC628C. Grayscale: #6E6E6E. Windows color (decimal): -15491725 or 7576851. OLE color: 7576851.
HSL color Cylindrical-coordinate representation of color #139D73: hue angle of 161.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D73 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 115 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.38 |
| HSL | 161.74º | 0.78% | 0.35% | - |
| HSV(B) | 161.74º | 0.88% | 0.62% | - |
| XYZ | 15.42 | 25.49 | 20.33 | - |
| YUV | 110.95 | 130.28 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 115 | 0.88 | 0 | 0.27 | 0.38 | 161.74 | 0.78 | 0.35 |
| Hex | 13 | 9D | 73 | 58 | 0 | 1B | 26 | A2 | 4E | 23 |
| Octal | 23 | 235 | 163 | 130 | 0 | 33 | 46 | 242 | 116 | 43 |
| Binary | 10011 | 10011101 | 1110011 | 1011000 | 0 | 11011 | 100110 | 10100010 | 1001110 | 100011 |
Color Harmonies of #139D73
Complementary color
Monochromatic Colors of #139D73
Black with #139D73
Text Example
Text Example
White with #139D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D73; }
p { color: rgb(19,157,115); }
H1.HeaderClassName
{
color: #139D73;
}
.AnyTagClassName
{
color: #139D73;
}
</style>
background-color css
<style>
a { background-color: #139D73; }
a { background-color: rgb(19,157,115); }
div.DivClassName
{
background-color: #139D73;
}
.BgClassName
{
background-color: #139D73;
}
</style>
border-color css
<style>
span { border-color: #139D73; }
span { border-color: rgb(19,157,115); }
td.TdClassName
{
border-color: #139D73;
}
.TagClassName
{
border-color: #139D73;
}
</style>