Html Css Color HEX #019C77 Free Speech Aquamarine
📋 copy color: '#019C77'red 1 ◦ green 156 ◦ blue 119
Shades of Free Speech Aquamarine #019C77
Tints of Free Speech Aquamarine #019C77
RGB
CMYK
RGB Variations
Color information
#019C77 (or 0x019C77) is known color: Free Speech Aquamarine. HEX triplet: 01, 9C and 77. RGB value is (1,156,119). Sum of RGB (Red+Green+Blue) = 1+156+119=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #019C77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019C77 is #FE6388. Grayscale: #696969. Windows color (decimal): -16671625 or 7838721. OLE color: 7838721.
HSL color Cylindrical-coordinate representation of color #019C77: hue angle of 165.68º 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 #019C77 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 119 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.39 |
| HSL | 165.68º | 0.99% | 0.31% | - |
| HSV(B) | 165.68º | 0.99% | 0.61% | - |
| XYZ | 15.23 | 25.12 | 21.5 | - |
| YUV | 105.44 | 135.65 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 119 | 0.99 | 0 | 0.24 | 0.39 | 165.68 | 0.99 | 0.31 |
| Hex | 1 | 9C | 77 | 63 | 0 | 18 | 27 | A6 | 63 | 1F |
| Octal | 1 | 234 | 167 | 143 | 0 | 30 | 47 | 246 | 143 | 37 |
| Binary | 1 | 10011100 | 1110111 | 1100011 | 0 | 11000 | 100111 | 10100110 | 1100011 | 11111 |
Color Harmonies of #019C77
Complementary color
Monochromatic Colors of #019C77
Black with #019C77
Text Example
Text Example
White with #019C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C77; }
p { color: rgb(1,156,119); }
H1.HeaderClassName
{
color: #019C77;
}
.AnyTagClassName
{
color: #019C77;
}
</style>
background-color css
<style>
a { background-color: #019C77; }
a { background-color: rgb(1,156,119); }
div.DivClassName
{
background-color: #019C77;
}
.BgClassName
{
background-color: #019C77;
}
</style>
border-color css
<style>
span { border-color: #019C77; }
span { border-color: rgb(1,156,119); }
td.TdClassName
{
border-color: #019C77;
}
.TagClassName
{
border-color: #019C77;
}
</style>