Html Css Color HEX #019875 Free Speech Aquamarine
📋 copy color: '#019875'red 1 ◦ green 152 ◦ blue 117
Shades of Free Speech Aquamarine #019875
Tints of Free Speech Aquamarine #019875
RGB
CMYK
RGB Variations
Color information
#019875 (or 0x019875) is known color: Free Speech Aquamarine. HEX triplet: 01, 98 and 75. RGB value is (1,152,117). Sum of RGB (Red+Green+Blue) = 1+152+117=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #019875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019875 is #FE678A. Grayscale: #666666. Windows color (decimal): -16672651 or 7706625. OLE color: 7706625.
HSL color Cylindrical-coordinate representation of color #019875: hue angle of 166.09º 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 #019875 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 117 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.40 |
| HSL | 166.09º | 0.99% | 0.3% | - |
| HSV(B) | 166.09º | 0.99% | 0.6% | - |
| XYZ | 14.45 | 23.75 | 20.65 | - |
| YUV | 102.86 | 135.97 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 117 | 0.99 | 0 | 0.23 | 0.40 | 166.09 | 0.99 | 0.3 |
| Hex | 1 | 98 | 75 | 63 | 0 | 17 | 28 | A6 | 63 | 1E |
| Octal | 1 | 230 | 165 | 143 | 0 | 27 | 50 | 246 | 143 | 36 |
| Binary | 1 | 10011000 | 1110101 | 1100011 | 0 | 10111 | 101000 | 10100110 | 1100011 | 11110 |
Color Harmonies of #019875
Complementary color
Monochromatic Colors of #019875
Black with #019875
Text Example
Text Example
White with #019875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019875; }
p { color: rgb(1,152,117); }
H1.HeaderClassName
{
color: #019875;
}
.AnyTagClassName
{
color: #019875;
}
</style>
background-color css
<style>
a { background-color: #019875; }
a { background-color: rgb(1,152,117); }
div.DivClassName
{
background-color: #019875;
}
.BgClassName
{
background-color: #019875;
}
</style>
border-color css
<style>
span { border-color: #019875; }
span { border-color: rgb(1,152,117); }
td.TdClassName
{
border-color: #019875;
}
.TagClassName
{
border-color: #019875;
}
</style>