Shades of Deep Teal #134338
Tints of Deep Teal #134338
RGB
CMYK
RGB Variations
Color information
#134338 (or 0x134338) is known color: Deep Teal. HEX triplet: 13, 43 and 38. RGB value is (19,67,56). Sum of RGB (Red+Green+Blue) = 19+67+56=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #134338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134338 is #ECBCC7. Grayscale: #333333. Windows color (decimal): -15514824 or 3687187. OLE color: 3687187.
HSL color Cylindrical-coordinate representation of color #134338: hue angle of 166.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134338 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 56 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.74 |
| HSL | 166.25º | 0.56% | 0.17% | - |
| HSV(B) | 166.25º | 0.72% | 0.26% | - |
| XYZ | 2.99 | 4.44 | 4.44 | - |
| YUV | 51.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 56 | 0.72 | 0 | 0.16 | 0.74 | 166.25 | 0.56 | 0.17 |
| Hex | 13 | 43 | 38 | 48 | 0 | 10 | 4A | A6 | 38 | 11 |
| Octal | 23 | 103 | 70 | 110 | 0 | 20 | 112 | 246 | 70 | 21 |
| Binary | 10011 | 1000011 | 111000 | 1001000 | 0 | 10000 | 1001010 | 10100110 | 111000 | 10001 |
Color Harmonies of #134338
Complementary color
Monochromatic Colors of #134338
Black with #134338
Text Example
Text Example
White with #134338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134338; }
p { color: rgb(19,67,56); }
H1.HeaderClassName
{
color: #134338;
}
.AnyTagClassName
{
color: #134338;
}
</style>
background-color css
<style>
a { background-color: #134338; }
a { background-color: rgb(19,67,56); }
div.DivClassName
{
background-color: #134338;
}
.BgClassName
{
background-color: #134338;
}
</style>
border-color css
<style>
span { border-color: #134338; }
span { border-color: rgb(19,67,56); }
td.TdClassName
{
border-color: #134338;
}
.TagClassName
{
border-color: #134338;
}
</style>