Html Css Color HEX #139A72 Free Speech Aquamarine
📋 copy color: '#139A72'red 19 ◦ green 154 ◦ blue 114
Shades of Free Speech Aquamarine #139A72
Tints of Free Speech Aquamarine #139A72
RGB
CMYK
RGB Variations
Color information
#139A72 (or 0x139A72) is known color: Free Speech Aquamarine. HEX triplet: 13, 9A and 72. RGB value is (19,154,114). Sum of RGB (Red+Green+Blue) = 19+154+114=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #139A72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139A72 is #EC658D. Grayscale: #6D6D6D. Windows color (decimal): -15492494 or 7510547. OLE color: 7510547.
HSL color Cylindrical-coordinate representation of color #139A72: hue angle of 162.22º 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 #139A72 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 154 | 114 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.40 |
| HSL | 162.22º | 0.78% | 0.34% | - |
| HSV(B) | 162.22º | 0.88% | 0.6% | - |
| XYZ | 14.86 | 24.46 | 19.86 | - |
| YUV | 109.08 | 130.77 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 114 | 0.88 | 0 | 0.26 | 0.40 | 162.22 | 0.78 | 0.34 |
| Hex | 13 | 9A | 72 | 58 | 0 | 1A | 28 | A2 | 4E | 22 |
| Octal | 23 | 232 | 162 | 130 | 0 | 32 | 50 | 242 | 116 | 42 |
| Binary | 10011 | 10011010 | 1110010 | 1011000 | 0 | 11010 | 101000 | 10100010 | 1001110 | 100010 |
Color Harmonies of #139A72
Complementary color
Monochromatic Colors of #139A72
Black with #139A72
Text Example
Text Example
White with #139A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139A72; }
p { color: rgb(19,154,114); }
H1.HeaderClassName
{
color: #139A72;
}
.AnyTagClassName
{
color: #139A72;
}
</style>
background-color css
<style>
a { background-color: #139A72; }
a { background-color: rgb(19,154,114); }
div.DivClassName
{
background-color: #139A72;
}
.BgClassName
{
background-color: #139A72;
}
</style>
border-color css
<style>
span { border-color: #139A72; }
span { border-color: rgb(19,154,114); }
td.TdClassName
{
border-color: #139A72;
}
.TagClassName
{
border-color: #139A72;
}
</style>