Html Css Color HEX #199C7C Free Speech Aquamarine
📋 copy color: '#199C7C'red 25 ◦ green 156 ◦ blue 124
Shades of Free Speech Aquamarine #199C7C
Tints of Free Speech Aquamarine #199C7C
RGB
CMYK
RGB Variations
Color information
#199C7C (or 0x199C7C) is known color: Free Speech Aquamarine. HEX triplet: 19, 9C and 7C. RGB value is (25,156,124). Sum of RGB (Red+Green+Blue) = 25+156+124=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #199C7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199C7C is #E66383. Grayscale: #717171. Windows color (decimal): -15098756 or 8166425. OLE color: 8166425.
HSL color Cylindrical-coordinate representation of color #199C7C: hue angle of 165.34º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C7C is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 124 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.39 |
| HSL | 165.34º | 0.72% | 0.35% | - |
| HSV(B) | 165.34º | 0.84% | 0.61% | - |
| XYZ | 15.93 | 25.44 | 23.14 | - |
| YUV | 113.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 124 | 0.84 | 0 | 0.21 | 0.39 | 165.34 | 0.72 | 0.35 |
| Hex | 19 | 9C | 7C | 54 | 0 | 15 | 27 | A5 | 48 | 23 |
| Octal | 31 | 234 | 174 | 124 | 0 | 25 | 47 | 245 | 110 | 43 |
| Binary | 11001 | 10011100 | 1111100 | 1010100 | 0 | 10101 | 100111 | 10100101 | 1001000 | 100011 |
Color Harmonies of #199C7C
Complementary color
Monochromatic Colors of #199C7C
Black with #199C7C
Text Example
Text Example
White with #199C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C7C; }
p { color: rgb(25,156,124); }
H1.HeaderClassName
{
color: #199C7C;
}
.AnyTagClassName
{
color: #199C7C;
}
</style>
background-color css
<style>
a { background-color: #199C7C; }
a { background-color: rgb(25,156,124); }
div.DivClassName
{
background-color: #199C7C;
}
.BgClassName
{
background-color: #199C7C;
}
</style>
border-color css
<style>
span { border-color: #199C7C; }
span { border-color: rgb(25,156,124); }
td.TdClassName
{
border-color: #199C7C;
}
.TagClassName
{
border-color: #199C7C;
}
</style>