Shades of Deep Teal #195447
Tints of Deep Teal #195447
RGB
CMYK
RGB Variations
Color information
#195447 (or 0x195447) is known color: Deep Teal. HEX triplet: 19, 54 and 47. RGB value is (25,84,71). Sum of RGB (Red+Green+Blue) = 25+84+71=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #195447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195447 is #E6ABB8. Grayscale: #404040. Windows color (decimal): -15117241 or 4674585. OLE color: 4674585.
HSL color Cylindrical-coordinate representation of color #195447: hue angle of 166.78º 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 #195447 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 84 | 71 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.67 |
| HSL | 166.78º | 0.54% | 0.21% | - |
| HSV(B) | 166.78º | 0.7% | 0.33% | - |
| XYZ | 4.71 | 7 | 7.06 | - |
| YUV | 64.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 71 | 0.70 | 0 | 0.15 | 0.67 | 166.78 | 0.54 | 0.21 |
| Hex | 19 | 54 | 47 | 46 | 0 | F | 43 | A7 | 36 | 15 |
| Octal | 31 | 124 | 107 | 106 | 0 | 17 | 103 | 247 | 66 | 25 |
| Binary | 11001 | 1010100 | 1000111 | 1000110 | 0 | 1111 | 1000011 | 10100111 | 110110 | 10101 |
Color Harmonies of #195447
Complementary color
Monochromatic Colors of #195447
Black with #195447
Text Example
Text Example
White with #195447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195447; }
p { color: rgb(25,84,71); }
H1.HeaderClassName
{
color: #195447;
}
.AnyTagClassName
{
color: #195447;
}
</style>
background-color css
<style>
a { background-color: #195447; }
a { background-color: rgb(25,84,71); }
div.DivClassName
{
background-color: #195447;
}
.BgClassName
{
background-color: #195447;
}
</style>
border-color css
<style>
span { border-color: #195447; }
span { border-color: rgb(25,84,71); }
td.TdClassName
{
border-color: #195447;
}
.TagClassName
{
border-color: #195447;
}
</style>