Html Css Color HEX #13A278 Free Speech Aquamarine
📋 copy color: '#13A278'red 19 ◦ green 162 ◦ blue 120
Shades of Free Speech Aquamarine #13A278
Tints of Free Speech Aquamarine #13A278
RGB
CMYK
RGB Variations
Color information
#13A278 (or 0x13A278) is known color: Free Speech Aquamarine. HEX triplet: 13, A2 and 78. RGB value is (19,162,120). Sum of RGB (Red+Green+Blue) = 19+162+120=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #13A278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A278 is #EC5D87. Grayscale: #727272. Windows color (decimal): -15490440 or 7905811. OLE color: 7905811.
HSL color Cylindrical-coordinate representation of color #13A278: hue angle of 162.38º 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 #13A278 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 120 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.36 |
| HSL | 162.38º | 0.79% | 0.35% | - |
| HSV(B) | 162.38º | 0.88% | 0.64% | - |
| XYZ | 16.58 | 27.34 | 22.17 | - |
| YUV | 114.46 | 131.12 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 120 | 0.88 | 0 | 0.26 | 0.36 | 162.38 | 0.79 | 0.35 |
| Hex | 13 | A2 | 78 | 58 | 0 | 1A | 24 | A2 | 4F | 23 |
| Octal | 23 | 242 | 170 | 130 | 0 | 32 | 44 | 242 | 117 | 43 |
| Binary | 10011 | 10100010 | 1111000 | 1011000 | 0 | 11010 | 100100 | 10100010 | 1001111 | 100011 |
Color Harmonies of #13A278
Complementary color
Monochromatic Colors of #13A278
Black with #13A278
Text Example
Text Example
White with #13A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A278; }
p { color: rgb(19,162,120); }
H1.HeaderClassName
{
color: #13A278;
}
.AnyTagClassName
{
color: #13A278;
}
</style>
background-color css
<style>
a { background-color: #13A278; }
a { background-color: rgb(19,162,120); }
div.DivClassName
{
background-color: #13A278;
}
.BgClassName
{
background-color: #13A278;
}
</style>
border-color css
<style>
span { border-color: #13A278; }
span { border-color: rgb(19,162,120); }
td.TdClassName
{
border-color: #13A278;
}
.TagClassName
{
border-color: #13A278;
}
</style>