Shades of Deep Teal #195249
Tints of Deep Teal #195249
RGB
CMYK
RGB Variations
Color information
#195249 (or 0x195249) is known color: Deep Teal. HEX triplet: 19, 52 and 49. RGB value is (25,82,73). Sum of RGB (Red+Green+Blue) = 25+82+73=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #195249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195249 is #E6ADB6. Grayscale: #3F3F3F. Windows color (decimal): -15117751 or 4805145. OLE color: 4805145.
HSL color Cylindrical-coordinate representation of color #195249: hue angle of 170.53º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195249 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 73 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.68 |
| HSL | 170.53º | 0.53% | 0.21% | - |
| HSV(B) | 170.53º | 0.7% | 0.32% | - |
| XYZ | 4.62 | 6.72 | 7.36 | - |
| YUV | 63.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 73 | 0.70 | 0 | 0.11 | 0.68 | 170.53 | 0.53 | 0.21 |
| Hex | 19 | 52 | 49 | 46 | 0 | B | 44 | AB | 35 | 15 |
| Octal | 31 | 122 | 111 | 106 | 0 | 13 | 104 | 253 | 65 | 25 |
| Binary | 11001 | 1010010 | 1001001 | 1000110 | 0 | 1011 | 1000100 | 10101011 | 110101 | 10101 |
Color Harmonies of #195249
Complementary color
Monochromatic Colors of #195249
Black with #195249
Text Example
Text Example
White with #195249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195249; }
p { color: rgb(25,82,73); }
H1.HeaderClassName
{
color: #195249;
}
.AnyTagClassName
{
color: #195249;
}
</style>
background-color css
<style>
a { background-color: #195249; }
a { background-color: rgb(25,82,73); }
div.DivClassName
{
background-color: #195249;
}
.BgClassName
{
background-color: #195249;
}
</style>
border-color css
<style>
span { border-color: #195249; }
span { border-color: rgb(25,82,73); }
td.TdClassName
{
border-color: #195249;
}
.TagClassName
{
border-color: #195249;
}
</style>