Html Css Color HEX #019675 Free Speech Aquamarine
📋 copy color: '#019675'red 1 ◦ green 150 ◦ blue 117
Shades of Free Speech Aquamarine #019675
Tints of Free Speech Aquamarine #019675
RGB
CMYK
RGB Variations
Color information
#019675 (or 0x019675) is known color: Free Speech Aquamarine. HEX triplet: 01, 96 and 75. RGB value is (1,150,117). Sum of RGB (Red+Green+Blue) = 1+150+117=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #019675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019675 is #FE698A. Grayscale: #656565. Windows color (decimal): -16673163 or 7706113. OLE color: 7706113.
HSL color Cylindrical-coordinate representation of color #019675: hue angle of 166.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019675 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 117 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.41 |
| HSL | 166.71º | 0.99% | 0.3% | - |
| HSV(B) | 166.71º | 0.99% | 0.59% | - |
| XYZ | 14.13 | 23.1 | 20.54 | - |
| YUV | 101.69 | 136.64 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 117 | 0.99 | 0 | 0.22 | 0.41 | 166.71 | 0.99 | 0.3 |
| Hex | 1 | 96 | 75 | 63 | 0 | 16 | 29 | A7 | 63 | 1E |
| Octal | 1 | 226 | 165 | 143 | 0 | 26 | 51 | 247 | 143 | 36 |
| Binary | 1 | 10010110 | 1110101 | 1100011 | 0 | 10110 | 101001 | 10100111 | 1100011 | 11110 |
Color Harmonies of #019675
Complementary color
Monochromatic Colors of #019675
Black with #019675
Text Example
Text Example
White with #019675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019675; }
p { color: rgb(1,150,117); }
H1.HeaderClassName
{
color: #019675;
}
.AnyTagClassName
{
color: #019675;
}
</style>
background-color css
<style>
a { background-color: #019675; }
a { background-color: rgb(1,150,117); }
div.DivClassName
{
background-color: #019675;
}
.BgClassName
{
background-color: #019675;
}
</style>
border-color css
<style>
span { border-color: #019675; }
span { border-color: rgb(1,150,117); }
td.TdClassName
{
border-color: #019675;
}
.TagClassName
{
border-color: #019675;
}
</style>