Html Css Color HEX #13A476 Free Speech Aquamarine
📋 copy color: '#13A476'red 19 ◦ green 164 ◦ blue 118
Shades of Free Speech Aquamarine #13A476
Tints of Free Speech Aquamarine #13A476
RGB
CMYK
RGB Variations
Color information
#13A476 (or 0x13A476) is known color: Free Speech Aquamarine. HEX triplet: 13, A4 and 76. RGB value is (19,164,118). Sum of RGB (Red+Green+Blue) = 19+164+118=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 164 (64.45% from 255 or 54.49% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 164 - color contains mainly: green. Hex color #13A476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A476 is #EC5B89. Grayscale: #737373. Windows color (decimal): -15489930 or 7775251. OLE color: 7775251.
HSL color Cylindrical-coordinate representation of color #13A476: hue angle of 160.97º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A476 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 164 | 118 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.36 |
| HSL | 160.97º | 0.79% | 0.36% | - |
| HSV(B) | 160.97º | 0.88% | 0.64% | - |
| XYZ | 16.81 | 28 | 21.66 | - |
| YUV | 115.4 | 129.46 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 164 | 118 | 0.88 | 0 | 0.28 | 0.36 | 160.97 | 0.79 | 0.36 |
| Hex | 13 | A4 | 76 | 58 | 0 | 1C | 24 | A1 | 4F | 24 |
| Octal | 23 | 244 | 166 | 130 | 0 | 34 | 44 | 241 | 117 | 44 |
| Binary | 10011 | 10100100 | 1110110 | 1011000 | 0 | 11100 | 100100 | 10100001 | 1001111 | 100100 |
Color Harmonies of #13A476
Complementary color
Monochromatic Colors of #13A476
Black with #13A476
Text Example
Text Example
White with #13A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A476; }
p { color: rgb(19,164,118); }
H1.HeaderClassName
{
color: #13A476;
}
.AnyTagClassName
{
color: #13A476;
}
</style>
background-color css
<style>
a { background-color: #13A476; }
a { background-color: rgb(19,164,118); }
div.DivClassName
{
background-color: #13A476;
}
.BgClassName
{
background-color: #13A476;
}
</style>
border-color css
<style>
span { border-color: #13A476; }
span { border-color: rgb(19,164,118); }
td.TdClassName
{
border-color: #13A476;
}
.TagClassName
{
border-color: #13A476;
}
</style>