Shades of Deep Teal #195146
Tints of Deep Teal #195146
RGB
CMYK
RGB Variations
Color information
#195146 (or 0x195146) is known color: Deep Teal. HEX triplet: 19, 51 and 46. RGB value is (25,81,70). Sum of RGB (Red+Green+Blue) = 25+81+70=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #195146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195146 is #E6AEB9. Grayscale: #3E3E3E. Windows color (decimal): -15118010 or 4608281. OLE color: 4608281.
HSL color Cylindrical-coordinate representation of color #195146: hue angle of 168.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195146 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 70 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.68 |
| HSL | 168.21º | 0.53% | 0.21% | - |
| HSV(B) | 168.21º | 0.69% | 0.32% | - |
| XYZ | 4.45 | 6.53 | 6.82 | - |
| YUV | 63 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 70 | 0.69 | 0 | 0.14 | 0.68 | 168.21 | 0.53 | 0.21 |
| Hex | 19 | 51 | 46 | 45 | 0 | E | 44 | A8 | 35 | 15 |
| Octal | 31 | 121 | 106 | 105 | 0 | 16 | 104 | 250 | 65 | 25 |
| Binary | 11001 | 1010001 | 1000110 | 1000101 | 0 | 1110 | 1000100 | 10101000 | 110101 | 10101 |
Color Harmonies of #195146
Complementary color
Monochromatic Colors of #195146
Black with #195146
Text Example
Text Example
White with #195146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195146; }
p { color: rgb(25,81,70); }
H1.HeaderClassName
{
color: #195146;
}
.AnyTagClassName
{
color: #195146;
}
</style>
background-color css
<style>
a { background-color: #195146; }
a { background-color: rgb(25,81,70); }
div.DivClassName
{
background-color: #195146;
}
.BgClassName
{
background-color: #195146;
}
</style>
border-color css
<style>
span { border-color: #195146; }
span { border-color: rgb(25,81,70); }
td.TdClassName
{
border-color: #195146;
}
.TagClassName
{
border-color: #195146;
}
</style>