Shades of Deep Teal #134638
Tints of Deep Teal #134638
RGB
CMYK
RGB Variations
Color information
#134638 (or 0x134638) is known color: Deep Teal. HEX triplet: 13, 46 and 38. RGB value is (19,70,56). Sum of RGB (Red+Green+Blue) = 19+70+56=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #134638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134638 is #ECB9C7. Grayscale: #353535. Windows color (decimal): -15514056 or 3687955. OLE color: 3687955.
HSL color Cylindrical-coordinate representation of color #134638: hue angle of 163.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134638 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 70 | 56 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.73 |
| HSL | 163.53º | 0.57% | 0.17% | - |
| HSV(B) | 163.53º | 0.73% | 0.27% | - |
| XYZ | 3.17 | 4.8 | 4.5 | - |
| YUV | 53.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 56 | 0.73 | 0 | 0.20 | 0.73 | 163.53 | 0.57 | 0.17 |
| Hex | 13 | 46 | 38 | 49 | 0 | 14 | 49 | A4 | 39 | 11 |
| Octal | 23 | 106 | 70 | 111 | 0 | 24 | 111 | 244 | 71 | 21 |
| Binary | 10011 | 1000110 | 111000 | 1001001 | 0 | 10100 | 1001001 | 10100100 | 111001 | 10001 |
Color Harmonies of #134638
Complementary color
Monochromatic Colors of #134638
Black with #134638
Text Example
Text Example
White with #134638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134638; }
p { color: rgb(19,70,56); }
H1.HeaderClassName
{
color: #134638;
}
.AnyTagClassName
{
color: #134638;
}
</style>
background-color css
<style>
a { background-color: #134638; }
a { background-color: rgb(19,70,56); }
div.DivClassName
{
background-color: #134638;
}
.BgClassName
{
background-color: #134638;
}
</style>
border-color css
<style>
span { border-color: #134638; }
span { border-color: rgb(19,70,56); }
td.TdClassName
{
border-color: #134638;
}
.TagClassName
{
border-color: #134638;
}
</style>