Html Css Color HEX #019972 Free Speech Aquamarine
📋 copy color: '#019972'red 1 ◦ green 153 ◦ blue 114
Shades of Free Speech Aquamarine #019972
Tints of Free Speech Aquamarine #019972
RGB
CMYK
RGB Variations
Color information
#019972 (or 0x019972) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 72. RGB value is (1,153,114). Sum of RGB (Red+Green+Blue) = 1+153+114=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #019972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019972 is #FE668D. Grayscale: #676767. Windows color (decimal): -16672398 or 7510273. OLE color: 7510273.
HSL color Cylindrical-coordinate representation of color #019972: hue angle of 164.61º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019972 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 114 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.4 |
| HSL | 164.61º | 0.99% | 0.3% | - |
| HSV(B) | 164.61º | 0.99% | 0.6% | - |
| XYZ | 14.44 | 24 | 19.79 | - |
| YUV | 103.11 | 134.14 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 114 | 0.99 | 0 | 0.25 | 0.4 | 164.61 | 0.99 | 0.3 |
| Hex | 1 | 99 | 72 | 63 | 0 | 19 | 28 | A5 | 63 | 1E |
| Octal | 1 | 231 | 162 | 143 | 0 | 31 | 50 | 245 | 143 | 36 |
| Binary | 1 | 10011001 | 1110010 | 1100011 | 0 | 11001 | 101000 | 10100101 | 1100011 | 11110 |
Color Harmonies of #019972
Complementary color
Monochromatic Colors of #019972
Black with #019972
Text Example
Text Example
White with #019972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019972; }
p { color: rgb(1,153,114); }
H1.HeaderClassName
{
color: #019972;
}
.AnyTagClassName
{
color: #019972;
}
</style>
background-color css
<style>
a { background-color: #019972; }
a { background-color: rgb(1,153,114); }
div.DivClassName
{
background-color: #019972;
}
.BgClassName
{
background-color: #019972;
}
</style>
border-color css
<style>
span { border-color: #019972; }
span { border-color: rgb(1,153,114); }
td.TdClassName
{
border-color: #019972;
}
.TagClassName
{
border-color: #019972;
}
</style>