Html Css Color HEX #199B7D Free Speech Aquamarine
📋 copy color: '#199B7D'red 25 ◦ green 155 ◦ blue 125
Shades of Free Speech Aquamarine #199B7D
Tints of Free Speech Aquamarine #199B7D
RGB
CMYK
RGB Variations
Color information
#199B7D (or 0x199B7D) is known color: Free Speech Aquamarine. HEX triplet: 19, 9B and 7D. RGB value is (25,155,125). Sum of RGB (Red+Green+Blue) = 25+155+125=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #199B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199B7D is #E66482. Grayscale: #707070. Windows color (decimal): -15099011 or 8231705. OLE color: 8231705.
HSL color Cylindrical-coordinate representation of color #199B7D: hue angle of 166.15º 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 #199B7D is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 155 | 125 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.39 |
| HSL | 166.15º | 0.72% | 0.35% | - |
| HSV(B) | 166.15º | 0.84% | 0.61% | - |
| XYZ | 15.82 | 25.13 | 23.42 | - |
| YUV | 112.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 125 | 0.84 | 0 | 0.19 | 0.39 | 166.15 | 0.72 | 0.35 |
| Hex | 19 | 9B | 7D | 54 | 0 | 13 | 27 | A6 | 48 | 23 |
| Octal | 31 | 233 | 175 | 124 | 0 | 23 | 47 | 246 | 110 | 43 |
| Binary | 11001 | 10011011 | 1111101 | 1010100 | 0 | 10011 | 100111 | 10100110 | 1001000 | 100011 |
Color Harmonies of #199B7D
Complementary color
Monochromatic Colors of #199B7D
Black with #199B7D
Text Example
Text Example
White with #199B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199B7D; }
p { color: rgb(25,155,125); }
H1.HeaderClassName
{
color: #199B7D;
}
.AnyTagClassName
{
color: #199B7D;
}
</style>
background-color css
<style>
a { background-color: #199B7D; }
a { background-color: rgb(25,155,125); }
div.DivClassName
{
background-color: #199B7D;
}
.BgClassName
{
background-color: #199B7D;
}
</style>
border-color css
<style>
span { border-color: #199B7D; }
span { border-color: rgb(25,155,125); }
td.TdClassName
{
border-color: #199B7D;
}
.TagClassName
{
border-color: #199B7D;
}
</style>