Shades of Deep Teal #194338
Tints of Deep Teal #194338
RGB
CMYK
RGB Variations
Color information
#194338 (or 0x194338) is known color: Deep Teal. HEX triplet: 19, 43 and 38. RGB value is (25,67,56). Sum of RGB (Red+Green+Blue) = 25+67+56=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #194338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194338 is #E6BCC7. Grayscale: #353535. Windows color (decimal): -15121608 or 3687193. OLE color: 3687193.
HSL color Cylindrical-coordinate representation of color #194338: hue angle of 164.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #194338 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 67 | 56 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.74 |
| HSL | 164.29º | 0.46% | 0.18% | - |
| HSV(B) | 164.29º | 0.63% | 0.26% | - |
| XYZ | 3.12 | 4.51 | 4.45 | - |
| YUV | 53.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 56 | 0.63 | 0 | 0.16 | 0.74 | 164.29 | 0.46 | 0.18 |
| Hex | 19 | 43 | 38 | 3F | 0 | 10 | 4A | A4 | 2E | 12 |
| Octal | 31 | 103 | 70 | 77 | 0 | 20 | 112 | 244 | 56 | 22 |
| Binary | 11001 | 1000011 | 111000 | 111111 | 0 | 10000 | 1001010 | 10100100 | 101110 | 10010 |
Color Harmonies of #194338
Complementary color
Monochromatic Colors of #194338
Black with #194338
Text Example
Text Example
White with #194338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194338; }
p { color: rgb(25,67,56); }
H1.HeaderClassName
{
color: #194338;
}
.AnyTagClassName
{
color: #194338;
}
</style>
background-color css
<style>
a { background-color: #194338; }
a { background-color: rgb(25,67,56); }
div.DivClassName
{
background-color: #194338;
}
.BgClassName
{
background-color: #194338;
}
</style>
border-color css
<style>
span { border-color: #194338; }
span { border-color: rgb(25,67,56); }
td.TdClassName
{
border-color: #194338;
}
.TagClassName
{
border-color: #194338;
}
</style>