Html Css Color HEX #14A17C Free Speech Aquamarine
📋 copy color: '#14A17C'red 20 ◦ green 161 ◦ blue 124
Shades of Free Speech Aquamarine #14A17C
Tints of Free Speech Aquamarine #14A17C
RGB
CMYK
RGB Variations
Color information
#14A17C (or 0x14A17C) is known color: Free Speech Aquamarine. HEX triplet: 14, A1 and 7C. RGB value is (20,161,124). Sum of RGB (Red+Green+Blue) = 20+161+124=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #14A17C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A17C is #EB5E83. Grayscale: #727272. Windows color (decimal): -15425156 or 8167700. OLE color: 8167700.
HSL color Cylindrical-coordinate representation of color #14A17C: hue angle of 164.26º degrees, saturation: 0.78, 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 #14A17C is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 161 | 124 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.37 |
| HSL | 164.26º | 0.78% | 0.35% | - |
| HSV(B) | 164.26º | 0.88% | 0.63% | - |
| XYZ | 16.67 | 27.09 | 23.42 | - |
| YUV | 114.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 124 | 0.88 | 0 | 0.23 | 0.37 | 164.26 | 0.78 | 0.35 |
| Hex | 14 | A1 | 7C | 58 | 0 | 17 | 25 | A4 | 4E | 23 |
| Octal | 24 | 241 | 174 | 130 | 0 | 27 | 45 | 244 | 116 | 43 |
| Binary | 10100 | 10100001 | 1111100 | 1011000 | 0 | 10111 | 100101 | 10100100 | 1001110 | 100011 |
Color Harmonies of #14A17C
Complementary color
Monochromatic Colors of #14A17C
Black with #14A17C
Text Example
Text Example
White with #14A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A17C; }
p { color: rgb(20,161,124); }
H1.HeaderClassName
{
color: #14A17C;
}
.AnyTagClassName
{
color: #14A17C;
}
</style>
background-color css
<style>
a { background-color: #14A17C; }
a { background-color: rgb(20,161,124); }
div.DivClassName
{
background-color: #14A17C;
}
.BgClassName
{
background-color: #14A17C;
}
</style>
border-color css
<style>
span { border-color: #14A17C; }
span { border-color: rgb(20,161,124); }
td.TdClassName
{
border-color: #14A17C;
}
.TagClassName
{
border-color: #14A17C;
}
</style>