Shades of Deep Teal #195045
Tints of Deep Teal #195045
RGB
CMYK
RGB Variations
Color information
#195045 (or 0x195045) is known color: Deep Teal. HEX triplet: 19, 50 and 45. RGB value is (25,80,69). Sum of RGB (Red+Green+Blue) = 25+80+69=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #195045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195045 is #E6AFBA. Grayscale: #3E3E3E. Windows color (decimal): -15118267 or 4542489. OLE color: 4542489.
HSL color Cylindrical-coordinate representation of color #195045: hue angle of 168º 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 #195045 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 69 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.69 |
| HSL | 168º | 0.52% | 0.21% | - |
| HSV(B) | 168º | 0.69% | 0.31% | - |
| XYZ | 4.34 | 6.37 | 6.63 | - |
| YUV | 62.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 69 | 0.69 | 0 | 0.14 | 0.69 | 168 | 0.52 | 0.21 |
| Hex | 19 | 50 | 45 | 45 | 0 | E | 45 | A8 | 34 | 15 |
| Octal | 31 | 120 | 105 | 105 | 0 | 16 | 105 | 250 | 64 | 25 |
| Binary | 11001 | 1010000 | 1000101 | 1000101 | 0 | 1110 | 1000101 | 10101000 | 110100 | 10101 |
Color Harmonies of #195045
Complementary color
Monochromatic Colors of #195045
Black with #195045
Text Example
Text Example
White with #195045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195045; }
p { color: rgb(25,80,69); }
H1.HeaderClassName
{
color: #195045;
}
.AnyTagClassName
{
color: #195045;
}
</style>
background-color css
<style>
a { background-color: #195045; }
a { background-color: rgb(25,80,69); }
div.DivClassName
{
background-color: #195045;
}
.BgClassName
{
background-color: #195045;
}
</style>
border-color css
<style>
span { border-color: #195045; }
span { border-color: rgb(25,80,69); }
td.TdClassName
{
border-color: #195045;
}
.TagClassName
{
border-color: #195045;
}
</style>