Shades of Deep Teal #195145
Tints of Deep Teal #195145
RGB
CMYK
RGB Variations
Color information
#195145 (or 0x195145) is known color: Deep Teal. HEX triplet: 19, 51 and 45. RGB value is (25,81,69). Sum of RGB (Red+Green+Blue) = 25+81+69=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #195145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195145 is #E6AEBA. Grayscale: #3E3E3E. Windows color (decimal): -15118011 or 4542745. OLE color: 4542745.
HSL color Cylindrical-coordinate representation of color #195145: hue angle of 167.14º 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 #195145 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 69 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.68 |
| HSL | 167.14º | 0.53% | 0.21% | - |
| HSV(B) | 167.14º | 0.69% | 0.32% | - |
| XYZ | 4.42 | 6.52 | 6.66 | - |
| YUV | 62.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 69 | 0.69 | 0 | 0.15 | 0.68 | 167.14 | 0.53 | 0.21 |
| Hex | 19 | 51 | 45 | 45 | 0 | F | 44 | A7 | 35 | 15 |
| Octal | 31 | 121 | 105 | 105 | 0 | 17 | 104 | 247 | 65 | 25 |
| Binary | 11001 | 1010001 | 1000101 | 1000101 | 0 | 1111 | 1000100 | 10100111 | 110101 | 10101 |
Color Harmonies of #195145
Complementary color
Monochromatic Colors of #195145
Black with #195145
Text Example
Text Example
White with #195145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195145; }
p { color: rgb(25,81,69); }
H1.HeaderClassName
{
color: #195145;
}
.AnyTagClassName
{
color: #195145;
}
</style>
background-color css
<style>
a { background-color: #195145; }
a { background-color: rgb(25,81,69); }
div.DivClassName
{
background-color: #195145;
}
.BgClassName
{
background-color: #195145;
}
</style>
border-color css
<style>
span { border-color: #195145; }
span { border-color: rgb(25,81,69); }
td.TdClassName
{
border-color: #195145;
}
.TagClassName
{
border-color: #195145;
}
</style>