Html Css Color HEX #019E6B Free Speech Aquamarine
📋 copy color: '#019E6B'red 1 ◦ green 158 ◦ blue 107
Shades of Free Speech Aquamarine #019E6B
Tints of Free Speech Aquamarine #019E6B
RGB
CMYK
RGB Variations
Color information
#019E6B (or 0x019E6B) is known color: Free Speech Aquamarine. HEX triplet: 01, 9E and 6B. RGB value is (1,158,107). Sum of RGB (Red+Green+Blue) = 1+158+107=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 158 (62.11% from 255 or 59.40% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 158 - color contains mainly: green. Hex color #019E6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019E6B is #FE6194. Grayscale: #696969. Windows color (decimal): -16671125 or 7052801. OLE color: 7052801.
HSL color Cylindrical-coordinate representation of color #019E6B: hue angle of 160.51º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019E6B is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 158 | 107 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.38 |
| HSL | 160.51º | 0.99% | 0.31% | - |
| HSV(B) | 160.51º | 0.99% | 0.62% | - |
| XYZ | 14.89 | 25.52 | 18.05 | - |
| YUV | 105.24 | 128.99 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 107 | 0.99 | 0 | 0.32 | 0.38 | 160.51 | 0.99 | 0.31 |
| Hex | 1 | 9E | 6B | 63 | 0 | 20 | 26 | A1 | 63 | 1F |
| Octal | 1 | 236 | 153 | 143 | 0 | 40 | 46 | 241 | 143 | 37 |
| Binary | 1 | 10011110 | 1101011 | 1100011 | 0 | 100000 | 100110 | 10100001 | 1100011 | 11111 |
Color Harmonies of #019E6B
Complementary color
Monochromatic Colors of #019E6B
Black with #019E6B
Text Example
Text Example
White with #019E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019E6B; }
p { color: rgb(1,158,107); }
H1.HeaderClassName
{
color: #019E6B;
}
.AnyTagClassName
{
color: #019E6B;
}
</style>
background-color css
<style>
a { background-color: #019E6B; }
a { background-color: rgb(1,158,107); }
div.DivClassName
{
background-color: #019E6B;
}
.BgClassName
{
background-color: #019E6B;
}
</style>
border-color css
<style>
span { border-color: #019E6B; }
span { border-color: rgb(1,158,107); }
td.TdClassName
{
border-color: #019E6B;
}
.TagClassName
{
border-color: #019E6B;
}
</style>