Shades of Deep Teal #195444
Tints of Deep Teal #195444
RGB
CMYK
RGB Variations
Color information
#195444 (or 0x195444) is known color: Deep Teal. HEX triplet: 19, 54 and 44. RGB value is (25,84,68). Sum of RGB (Red+Green+Blue) = 25+84+68=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #195444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195444 is #E6ABBB. Grayscale: #404040. Windows color (decimal): -15117244 or 4477977. OLE color: 4477977.
HSL color Cylindrical-coordinate representation of color #195444: hue angle of 163.73º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195444 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 84 | 68 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.67 |
| HSL | 163.73º | 0.54% | 0.21% | - |
| HSV(B) | 163.73º | 0.7% | 0.33% | - |
| XYZ | 4.61 | 6.96 | 6.57 | - |
| YUV | 64.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 68 | 0.70 | 0 | 0.19 | 0.67 | 163.73 | 0.54 | 0.21 |
| Hex | 19 | 54 | 44 | 46 | 0 | 13 | 43 | A4 | 36 | 15 |
| Octal | 31 | 124 | 104 | 106 | 0 | 23 | 103 | 244 | 66 | 25 |
| Binary | 11001 | 1010100 | 1000100 | 1000110 | 0 | 10011 | 1000011 | 10100100 | 110110 | 10101 |
Color Harmonies of #195444
Complementary color
Monochromatic Colors of #195444
Black with #195444
Text Example
Text Example
White with #195444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195444; }
p { color: rgb(25,84,68); }
H1.HeaderClassName
{
color: #195444;
}
.AnyTagClassName
{
color: #195444;
}
</style>
background-color css
<style>
a { background-color: #195444; }
a { background-color: rgb(25,84,68); }
div.DivClassName
{
background-color: #195444;
}
.BgClassName
{
background-color: #195444;
}
</style>
border-color css
<style>
span { border-color: #195444; }
span { border-color: rgb(25,84,68); }
td.TdClassName
{
border-color: #195444;
}
.TagClassName
{
border-color: #195444;
}
</style>