Shades of Deep Teal #194138
Tints of Deep Teal #194138
RGB
CMYK
RGB Variations
Color information
#194138 (or 0x194138) is known color: Deep Teal. HEX triplet: 19, 41 and 38. RGB value is (25,65,56). Sum of RGB (Red+Green+Blue) = 25+65+56=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #194138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194138 is #E6BEC7. Grayscale: #343434. Windows color (decimal): -15122120 or 3686681. OLE color: 3686681.
HSL color Cylindrical-coordinate representation of color #194138: hue angle of 166.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194138 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 56 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.75 |
| HSL | 166.5º | 0.44% | 0.18% | - |
| HSV(B) | 166.5º | 0.62% | 0.25% | - |
| XYZ | 3.01 | 4.27 | 4.41 | - |
| YUV | 52.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 56 | 0.62 | 0 | 0.14 | 0.75 | 166.5 | 0.44 | 0.18 |
| Hex | 19 | 41 | 38 | 3E | 0 | E | 4B | A6 | 2C | 12 |
| Octal | 31 | 101 | 70 | 76 | 0 | 16 | 113 | 246 | 54 | 22 |
| Binary | 11001 | 1000001 | 111000 | 111110 | 0 | 1110 | 1001011 | 10100110 | 101100 | 10010 |
Color Harmonies of #194138
Complementary color
Monochromatic Colors of #194138
Black with #194138
Text Example
Text Example
White with #194138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194138; }
p { color: rgb(25,65,56); }
H1.HeaderClassName
{
color: #194138;
}
.AnyTagClassName
{
color: #194138;
}
</style>
background-color css
<style>
a { background-color: #194138; }
a { background-color: rgb(25,65,56); }
div.DivClassName
{
background-color: #194138;
}
.BgClassName
{
background-color: #194138;
}
</style>
border-color css
<style>
span { border-color: #194138; }
span { border-color: rgb(25,65,56); }
td.TdClassName
{
border-color: #194138;
}
.TagClassName
{
border-color: #194138;
}
</style>