Html Css Color HEX #139481 Free Speech Aquamarine
📋 copy color: '#139481'red 19 ◦ green 148 ◦ blue 129
Shades of Free Speech Aquamarine #139481
Tints of Free Speech Aquamarine #139481
RGB
CMYK
RGB Variations
Color information
#139481 (or 0x139481) is known color: Free Speech Aquamarine. HEX triplet: 13, 94 and 81. RGB value is (19,148,129). Sum of RGB (Red+Green+Blue) = 19+148+129=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #139481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139481 is #EC6B7E. Grayscale: #6B6B6B. Windows color (decimal): -15494015 or 8492051. OLE color: 8492051.
HSL color Cylindrical-coordinate representation of color #139481: hue angle of 171.16º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139481 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 129 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.42 |
| HSL | 171.16º | 0.77% | 0.33% | - |
| HSV(B) | 171.16º | 0.87% | 0.58% | - |
| XYZ | 14.82 | 22.9 | 24.41 | - |
| YUV | 107.26 | 140.26 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 129 | 0.87 | 0 | 0.13 | 0.42 | 171.16 | 0.77 | 0.33 |
| Hex | 13 | 94 | 81 | 57 | 0 | D | 2A | AB | 4D | 21 |
| Octal | 23 | 224 | 201 | 127 | 0 | 15 | 52 | 253 | 115 | 41 |
| Binary | 10011 | 10010100 | 10000001 | 1010111 | 0 | 1101 | 101010 | 10101011 | 1001101 | 100001 |
Color Harmonies of #139481
Complementary color
Monochromatic Colors of #139481
Black with #139481
Text Example
Text Example
White with #139481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139481; }
p { color: rgb(19,148,129); }
H1.HeaderClassName
{
color: #139481;
}
.AnyTagClassName
{
color: #139481;
}
</style>
background-color css
<style>
a { background-color: #139481; }
a { background-color: rgb(19,148,129); }
div.DivClassName
{
background-color: #139481;
}
.BgClassName
{
background-color: #139481;
}
</style>
border-color css
<style>
span { border-color: #139481; }
span { border-color: rgb(19,148,129); }
td.TdClassName
{
border-color: #139481;
}
.TagClassName
{
border-color: #139481;
}
</style>