Html Css Color HEX #019C7C Free Speech Aquamarine
📋 copy color: '#019C7C'red 1 ◦ green 156 ◦ blue 124
Shades of Free Speech Aquamarine #019C7C
Tints of Free Speech Aquamarine #019C7C
RGB
CMYK
RGB Variations
Color information
#019C7C (or 0x019C7C) is known color: Free Speech Aquamarine. HEX triplet: 01, 9C and 7C. RGB value is (1,156,124). Sum of RGB (Red+Green+Blue) = 1+156+124=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #019C7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019C7C is #FE6383. Grayscale: #696969. Windows color (decimal): -16671620 or 8166401. OLE color: 8166401.
HSL color Cylindrical-coordinate representation of color #019C7C: hue angle of 167.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C7C is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 124 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.39 |
| HSL | 167.61º | 0.99% | 0.31% | - |
| HSV(B) | 167.61º | 0.99% | 0.61% | - |
| XYZ | 15.54 | 25.24 | 23.12 | - |
| YUV | 106.01 | 138.15 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 124 | 0.99 | 0 | 0.21 | 0.39 | 167.61 | 0.99 | 0.31 |
| Hex | 1 | 9C | 7C | 63 | 0 | 15 | 27 | A8 | 63 | 1F |
| Octal | 1 | 234 | 174 | 143 | 0 | 25 | 47 | 250 | 143 | 37 |
| Binary | 1 | 10011100 | 1111100 | 1100011 | 0 | 10101 | 100111 | 10101000 | 1100011 | 11111 |
Color Harmonies of #019C7C
Complementary color
Monochromatic Colors of #019C7C
Black with #019C7C
Text Example
Text Example
White with #019C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C7C; }
p { color: rgb(1,156,124); }
H1.HeaderClassName
{
color: #019C7C;
}
.AnyTagClassName
{
color: #019C7C;
}
</style>
background-color css
<style>
a { background-color: #019C7C; }
a { background-color: rgb(1,156,124); }
div.DivClassName
{
background-color: #019C7C;
}
.BgClassName
{
background-color: #019C7C;
}
</style>
border-color css
<style>
span { border-color: #019C7C; }
span { border-color: rgb(1,156,124); }
td.TdClassName
{
border-color: #019C7C;
}
.TagClassName
{
border-color: #019C7C;
}
</style>