Shades of Deep Teal #195243
Tints of Deep Teal #195243
RGB
CMYK
RGB Variations
Color information
#195243 (or 0x195243) is known color: Deep Teal. HEX triplet: 19, 52 and 43. RGB value is (25,82,67). Sum of RGB (Red+Green+Blue) = 25+82+67=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #195243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195243 is #E6ADBC. Grayscale: #3F3F3F. Windows color (decimal): -15117757 or 4411929. OLE color: 4411929.
HSL color Cylindrical-coordinate representation of color #195243: hue angle of 164.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195243 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 82 | 67 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.68 |
| HSL | 164.21º | 0.53% | 0.21% | - |
| HSV(B) | 164.21º | 0.7% | 0.32% | - |
| XYZ | 4.43 | 6.65 | 6.36 | - |
| YUV | 63.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 67 | 0.70 | 0 | 0.18 | 0.68 | 164.21 | 0.53 | 0.21 |
| Hex | 19 | 52 | 43 | 46 | 0 | 12 | 44 | A4 | 35 | 15 |
| Octal | 31 | 122 | 103 | 106 | 0 | 22 | 104 | 244 | 65 | 25 |
| Binary | 11001 | 1010010 | 1000011 | 1000110 | 0 | 10010 | 1000100 | 10100100 | 110101 | 10101 |
Color Harmonies of #195243
Complementary color
Monochromatic Colors of #195243
Black with #195243
Text Example
Text Example
White with #195243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195243; }
p { color: rgb(25,82,67); }
H1.HeaderClassName
{
color: #195243;
}
.AnyTagClassName
{
color: #195243;
}
</style>
background-color css
<style>
a { background-color: #195243; }
a { background-color: rgb(25,82,67); }
div.DivClassName
{
background-color: #195243;
}
.BgClassName
{
background-color: #195243;
}
</style>
border-color css
<style>
span { border-color: #195243; }
span { border-color: rgb(25,82,67); }
td.TdClassName
{
border-color: #195243;
}
.TagClassName
{
border-color: #195243;
}
</style>