Html Css Color HEX #13A272 Free Speech Aquamarine
📋 copy color: '#13A272'red 19 ◦ green 162 ◦ blue 114
Shades of Free Speech Aquamarine #13A272
Tints of Free Speech Aquamarine #13A272
RGB
CMYK
RGB Variations
Color information
#13A272 (or 0x13A272) is known color: Free Speech Aquamarine. HEX triplet: 13, A2 and 72. RGB value is (19,162,114). Sum of RGB (Red+Green+Blue) = 19+162+114=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #13A272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A272 is #EC5D8D. Grayscale: #717171. Windows color (decimal): -15490446 or 7512595. OLE color: 7512595.
HSL color Cylindrical-coordinate representation of color #13A272: hue angle of 159.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A272 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 114 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.36 |
| HSL | 159.86º | 0.79% | 0.35% | - |
| HSV(B) | 159.86º | 0.88% | 0.64% | - |
| XYZ | 16.23 | 27.19 | 20.31 | - |
| YUV | 113.77 | 128.12 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 114 | 0.88 | 0 | 0.30 | 0.36 | 159.86 | 0.79 | 0.35 |
| Hex | 13 | A2 | 72 | 58 | 0 | 1E | 24 | A0 | 4F | 23 |
| Octal | 23 | 242 | 162 | 130 | 0 | 36 | 44 | 240 | 117 | 43 |
| Binary | 10011 | 10100010 | 1110010 | 1011000 | 0 | 11110 | 100100 | 10100000 | 1001111 | 100011 |
Color Harmonies of #13A272
Complementary color
Monochromatic Colors of #13A272
Black with #13A272
Text Example
Text Example
White with #13A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A272; }
p { color: rgb(19,162,114); }
H1.HeaderClassName
{
color: #13A272;
}
.AnyTagClassName
{
color: #13A272;
}
</style>
background-color css
<style>
a { background-color: #13A272; }
a { background-color: rgb(19,162,114); }
div.DivClassName
{
background-color: #13A272;
}
.BgClassName
{
background-color: #13A272;
}
</style>
border-color css
<style>
span { border-color: #13A272; }
span { border-color: rgb(19,162,114); }
td.TdClassName
{
border-color: #13A272;
}
.TagClassName
{
border-color: #13A272;
}
</style>