Html Css Color HEX #019A6B Free Speech Aquamarine
📋 copy color: '#019A6B'red 1 ◦ green 154 ◦ blue 107
Shades of Free Speech Aquamarine #019A6B
Tints of Free Speech Aquamarine #019A6B
RGB
CMYK
RGB Variations
Color information
#019A6B (or 0x019A6B) is known color: Free Speech Aquamarine. HEX triplet: 01, 9A and 6B. RGB value is (1,154,107). Sum of RGB (Red+Green+Blue) = 1+154+107=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 154 (60.55% from 255 or 58.78% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 154 - color contains mainly: green. Hex color #019A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019A6B is #FE6594. Grayscale: #666666. Windows color (decimal): -16672149 or 7051777. OLE color: 7051777.
HSL color Cylindrical-coordinate representation of color #019A6B: hue angle of 161.57º 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 #019A6B is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 154 | 107 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.40 |
| HSL | 161.57º | 0.99% | 0.3% | - |
| HSV(B) | 161.57º | 0.99% | 0.6% | - |
| XYZ | 14.22 | 24.18 | 17.83 | - |
| YUV | 102.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 107 | 0.99 | 0 | 0.31 | 0.40 | 161.57 | 0.99 | 0.3 |
| Hex | 1 | 9A | 6B | 63 | 0 | 1F | 28 | A2 | 63 | 1E |
| Octal | 1 | 232 | 153 | 143 | 0 | 37 | 50 | 242 | 143 | 36 |
| Binary | 1 | 10011010 | 1101011 | 1100011 | 0 | 11111 | 101000 | 10100010 | 1100011 | 11110 |
Color Harmonies of #019A6B
Complementary color
Monochromatic Colors of #019A6B
Black with #019A6B
Text Example
Text Example
White with #019A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019A6B; }
p { color: rgb(1,154,107); }
H1.HeaderClassName
{
color: #019A6B;
}
.AnyTagClassName
{
color: #019A6B;
}
</style>
background-color css
<style>
a { background-color: #019A6B; }
a { background-color: rgb(1,154,107); }
div.DivClassName
{
background-color: #019A6B;
}
.BgClassName
{
background-color: #019A6B;
}
</style>
border-color css
<style>
span { border-color: #019A6B; }
span { border-color: rgb(1,154,107); }
td.TdClassName
{
border-color: #019A6B;
}
.TagClassName
{
border-color: #019A6B;
}
</style>