Shades of Deep Teal #195144
Tints of Deep Teal #195144
RGB
CMYK
RGB Variations
Color information
#195144 (or 0x195144) is known color: Deep Teal. HEX triplet: 19, 51 and 44. RGB value is (25,81,68). Sum of RGB (Red+Green+Blue) = 25+81+68=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #195144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195144 is #E6AEBB. Grayscale: #3E3E3E. Windows color (decimal): -15118012 or 4477209. OLE color: 4477209.
HSL color Cylindrical-coordinate representation of color #195144: hue angle of 166.07º 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 #195144 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 68 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.68 |
| HSL | 166.07º | 0.53% | 0.21% | - |
| HSV(B) | 166.07º | 0.69% | 0.32% | - |
| XYZ | 4.39 | 6.51 | 6.49 | - |
| YUV | 62.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 68 | 0.69 | 0 | 0.16 | 0.68 | 166.07 | 0.53 | 0.21 |
| Hex | 19 | 51 | 44 | 45 | 0 | 10 | 44 | A6 | 35 | 15 |
| Octal | 31 | 121 | 104 | 105 | 0 | 20 | 104 | 246 | 65 | 25 |
| Binary | 11001 | 1010001 | 1000100 | 1000101 | 0 | 10000 | 1000100 | 10100110 | 110101 | 10101 |
Color Harmonies of #195144
Complementary color
Monochromatic Colors of #195144
Black with #195144
Text Example
Text Example
White with #195144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195144; }
p { color: rgb(25,81,68); }
H1.HeaderClassName
{
color: #195144;
}
.AnyTagClassName
{
color: #195144;
}
</style>
background-color css
<style>
a { background-color: #195144; }
a { background-color: rgb(25,81,68); }
div.DivClassName
{
background-color: #195144;
}
.BgClassName
{
background-color: #195144;
}
</style>
border-color css
<style>
span { border-color: #195144; }
span { border-color: rgb(25,81,68); }
td.TdClassName
{
border-color: #195144;
}
.TagClassName
{
border-color: #195144;
}
</style>