Html Css Color HEX #019976 Free Speech Aquamarine
📋 copy color: '#019976'red 1 ◦ green 153 ◦ blue 118
Shades of Free Speech Aquamarine #019976
Tints of Free Speech Aquamarine #019976
RGB
CMYK
RGB Variations
Color information
#019976 (or 0x019976) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 76. RGB value is (1,153,118). Sum of RGB (Red+Green+Blue) = 1+153+118=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #019976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019976 is #FE6689. Grayscale: #676767. Windows color (decimal): -16672394 or 7772417. OLE color: 7772417.
HSL color Cylindrical-coordinate representation of color #019976: hue angle of 166.18º 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 #019976 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 118 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.4 |
| HSL | 166.18º | 0.99% | 0.3% | - |
| HSV(B) | 166.18º | 0.99% | 0.6% | - |
| XYZ | 14.67 | 24.1 | 21.02 | - |
| YUV | 103.56 | 136.14 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 118 | 0.99 | 0 | 0.23 | 0.4 | 166.18 | 0.99 | 0.3 |
| Hex | 1 | 99 | 76 | 63 | 0 | 17 | 28 | A6 | 63 | 1E |
| Octal | 1 | 231 | 166 | 143 | 0 | 27 | 50 | 246 | 143 | 36 |
| Binary | 1 | 10011001 | 1110110 | 1100011 | 0 | 10111 | 101000 | 10100110 | 1100011 | 11110 |
Color Harmonies of #019976
Complementary color
Monochromatic Colors of #019976
Black with #019976
Text Example
Text Example
White with #019976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019976; }
p { color: rgb(1,153,118); }
H1.HeaderClassName
{
color: #019976;
}
.AnyTagClassName
{
color: #019976;
}
</style>
background-color css
<style>
a { background-color: #019976; }
a { background-color: rgb(1,153,118); }
div.DivClassName
{
background-color: #019976;
}
.BgClassName
{
background-color: #019976;
}
</style>
border-color css
<style>
span { border-color: #019976; }
span { border-color: rgb(1,153,118); }
td.TdClassName
{
border-color: #019976;
}
.TagClassName
{
border-color: #019976;
}
</style>