Shades of Deep Teal #194238
Tints of Deep Teal #194238
RGB
CMYK
RGB Variations
Color information
#194238 (or 0x194238) is known color: Deep Teal. HEX triplet: 19, 42 and 38. RGB value is (25,66,56). Sum of RGB (Red+Green+Blue) = 25+66+56=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #194238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194238 is #E6BDC7. Grayscale: #343434. Windows color (decimal): -15121864 or 3686937. OLE color: 3686937.
HSL color Cylindrical-coordinate representation of color #194238: hue angle of 165.37º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194238 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 56 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.74 |
| HSL | 165.37º | 0.45% | 0.18% | - |
| HSV(B) | 165.37º | 0.62% | 0.26% | - |
| XYZ | 3.06 | 4.39 | 4.43 | - |
| YUV | 52.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 56 | 0.62 | 0 | 0.15 | 0.74 | 165.37 | 0.45 | 0.18 |
| Hex | 19 | 42 | 38 | 3E | 0 | F | 4A | A5 | 2D | 12 |
| Octal | 31 | 102 | 70 | 76 | 0 | 17 | 112 | 245 | 55 | 22 |
| Binary | 11001 | 1000010 | 111000 | 111110 | 0 | 1111 | 1001010 | 10100101 | 101101 | 10010 |
Color Harmonies of #194238
Complementary color
Monochromatic Colors of #194238
Black with #194238
Text Example
Text Example
White with #194238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194238; }
p { color: rgb(25,66,56); }
H1.HeaderClassName
{
color: #194238;
}
.AnyTagClassName
{
color: #194238;
}
</style>
background-color css
<style>
a { background-color: #194238; }
a { background-color: rgb(25,66,56); }
div.DivClassName
{
background-color: #194238;
}
.BgClassName
{
background-color: #194238;
}
</style>
border-color css
<style>
span { border-color: #194238; }
span { border-color: rgb(25,66,56); }
td.TdClassName
{
border-color: #194238;
}
.TagClassName
{
border-color: #194238;
}
</style>