Html Css Color HEX #13A17A Free Speech Aquamarine
📋 copy color: '#13A17A'red 19 ◦ green 161 ◦ blue 122
Shades of Free Speech Aquamarine #13A17A
Tints of Free Speech Aquamarine #13A17A
RGB
CMYK
RGB Variations
Color information
#13A17A (or 0x13A17A) is known color: Free Speech Aquamarine. HEX triplet: 13, A1 and 7A. RGB value is (19,161,122). Sum of RGB (Red+Green+Blue) = 19+161+122=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #13A17A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A17A is #EC5E85. Grayscale: #727272. Windows color (decimal): -15490694 or 8036627. OLE color: 8036627.
HSL color Cylindrical-coordinate representation of color #13A17A: hue angle of 163.52º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A17A is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 161 | 122 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.37 |
| HSL | 163.52º | 0.79% | 0.35% | - |
| HSV(B) | 163.52º | 0.88% | 0.63% | - |
| XYZ | 16.53 | 27.03 | 22.76 | - |
| YUV | 114.1 | 132.46 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 161 | 122 | 0.88 | 0 | 0.24 | 0.37 | 163.52 | 0.79 | 0.35 |
| Hex | 13 | A1 | 7A | 58 | 0 | 18 | 25 | A4 | 4F | 23 |
| Octal | 23 | 241 | 172 | 130 | 0 | 30 | 45 | 244 | 117 | 43 |
| Binary | 10011 | 10100001 | 1111010 | 1011000 | 0 | 11000 | 100101 | 10100100 | 1001111 | 100011 |
Color Harmonies of #13A17A
Complementary color
Monochromatic Colors of #13A17A
Black with #13A17A
Text Example
Text Example
White with #13A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A17A; }
p { color: rgb(19,161,122); }
H1.HeaderClassName
{
color: #13A17A;
}
.AnyTagClassName
{
color: #13A17A;
}
</style>
background-color css
<style>
a { background-color: #13A17A; }
a { background-color: rgb(19,161,122); }
div.DivClassName
{
background-color: #13A17A;
}
.BgClassName
{
background-color: #13A17A;
}
</style>
border-color css
<style>
span { border-color: #13A17A; }
span { border-color: rgb(19,161,122); }
td.TdClassName
{
border-color: #13A17A;
}
.TagClassName
{
border-color: #13A17A;
}
</style>