Shades of Deep Teal #195042
Tints of Deep Teal #195042
RGB
CMYK
RGB Variations
Color information
#195042 (or 0x195042) is known color: Deep Teal. HEX triplet: 19, 50 and 42. RGB value is (25,80,66). Sum of RGB (Red+Green+Blue) = 25+80+66=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #195042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195042 is #E6AFBD. Grayscale: #3D3D3D. Windows color (decimal): -15118270 or 4345881. OLE color: 4345881.
HSL color Cylindrical-coordinate representation of color #195042: hue angle of 164.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195042 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 66 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.69 |
| HSL | 164.73º | 0.52% | 0.21% | - |
| HSV(B) | 164.73º | 0.69% | 0.31% | - |
| XYZ | 4.25 | 6.34 | 6.15 | - |
| YUV | 61.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 66 | 0.69 | 0 | 0.17 | 0.69 | 164.73 | 0.52 | 0.21 |
| Hex | 19 | 50 | 42 | 45 | 0 | 11 | 45 | A5 | 34 | 15 |
| Octal | 31 | 120 | 102 | 105 | 0 | 21 | 105 | 245 | 64 | 25 |
| Binary | 11001 | 1010000 | 1000010 | 1000101 | 0 | 10001 | 1000101 | 10100101 | 110100 | 10101 |
Color Harmonies of #195042
Complementary color
Monochromatic Colors of #195042
Black with #195042
Text Example
Text Example
White with #195042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195042; }
p { color: rgb(25,80,66); }
H1.HeaderClassName
{
color: #195042;
}
.AnyTagClassName
{
color: #195042;
}
</style>
background-color css
<style>
a { background-color: #195042; }
a { background-color: rgb(25,80,66); }
div.DivClassName
{
background-color: #195042;
}
.BgClassName
{
background-color: #195042;
}
</style>
border-color css
<style>
span { border-color: #195042; }
span { border-color: rgb(25,80,66); }
td.TdClassName
{
border-color: #195042;
}
.TagClassName
{
border-color: #195042;
}
</style>