Shades of Deep Teal #195343
Tints of Deep Teal #195343
RGB
CMYK
RGB Variations
Color information
#195343 (or 0x195343) is known color: Deep Teal. HEX triplet: 19, 53 and 43. RGB value is (25,83,67). Sum of RGB (Red+Green+Blue) = 25+83+67=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #195343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195343 is #E6ACBC. Grayscale: #3F3F3F. Windows color (decimal): -15117501 or 4412185. OLE color: 4412185.
HSL color Cylindrical-coordinate representation of color #195343: hue angle of 163.45º 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 #195343 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 67 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.67 |
| HSL | 163.45º | 0.54% | 0.21% | - |
| HSV(B) | 163.45º | 0.7% | 0.33% | - |
| XYZ | 4.51 | 6.8 | 6.38 | - |
| YUV | 63.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 67 | 0.70 | 0 | 0.19 | 0.67 | 163.45 | 0.54 | 0.21 |
| Hex | 19 | 53 | 43 | 46 | 0 | 13 | 43 | A3 | 36 | 15 |
| Octal | 31 | 123 | 103 | 106 | 0 | 23 | 103 | 243 | 66 | 25 |
| Binary | 11001 | 1010011 | 1000011 | 1000110 | 0 | 10011 | 1000011 | 10100011 | 110110 | 10101 |
Color Harmonies of #195343
Complementary color
Monochromatic Colors of #195343
Black with #195343
Text Example
Text Example
White with #195343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195343; }
p { color: rgb(25,83,67); }
H1.HeaderClassName
{
color: #195343;
}
.AnyTagClassName
{
color: #195343;
}
</style>
background-color css
<style>
a { background-color: #195343; }
a { background-color: rgb(25,83,67); }
div.DivClassName
{
background-color: #195343;
}
.BgClassName
{
background-color: #195343;
}
</style>
border-color css
<style>
span { border-color: #195343; }
span { border-color: rgb(25,83,67); }
td.TdClassName
{
border-color: #195343;
}
.TagClassName
{
border-color: #195343;
}
</style>