Html Css Color HEX #139C80 Free Speech Aquamarine
📋 copy color: '#139C80'red 19 ◦ green 156 ◦ blue 128
Shades of Free Speech Aquamarine #139C80
Tints of Free Speech Aquamarine #139C80
RGB
CMYK
RGB Variations
Color information
#139C80 (or 0x139C80) is known color: Free Speech Aquamarine. HEX triplet: 13, 9C and 80. RGB value is (19,156,128). Sum of RGB (Red+Green+Blue) = 19+156+128=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #139C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C80 is #EC637F. Grayscale: #6F6F6F. Windows color (decimal): -15491968 or 8428563. OLE color: 8428563.
HSL color Cylindrical-coordinate representation of color #139C80: hue angle of 167.74º 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 #139C80 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 156 | 128 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.39 |
| HSL | 167.74º | 0.78% | 0.34% | - |
| HSV(B) | 167.74º | 0.88% | 0.61% | - |
| XYZ | 16.05 | 25.47 | 24.49 | - |
| YUV | 111.85 | 137.11 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 128 | 0.88 | 0 | 0.18 | 0.39 | 167.74 | 0.78 | 0.34 |
| Hex | 13 | 9C | 80 | 58 | 0 | 12 | 27 | A8 | 4E | 22 |
| Octal | 23 | 234 | 200 | 130 | 0 | 22 | 47 | 250 | 116 | 42 |
| Binary | 10011 | 10011100 | 10000000 | 1011000 | 0 | 10010 | 100111 | 10101000 | 1001110 | 100010 |
Color Harmonies of #139C80
Complementary color
Monochromatic Colors of #139C80
Black with #139C80
Text Example
Text Example
White with #139C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139C80; }
p { color: rgb(19,156,128); }
H1.HeaderClassName
{
color: #139C80;
}
.AnyTagClassName
{
color: #139C80;
}
</style>
background-color css
<style>
a { background-color: #139C80; }
a { background-color: rgb(19,156,128); }
div.DivClassName
{
background-color: #139C80;
}
.BgClassName
{
background-color: #139C80;
}
</style>
border-color css
<style>
span { border-color: #139C80; }
span { border-color: rgb(19,156,128); }
td.TdClassName
{
border-color: #139C80;
}
.TagClassName
{
border-color: #139C80;
}
</style>