Shades of Deep Teal #134538
Tints of Deep Teal #134538
RGB
CMYK
RGB Variations
Color information
#134538 (or 0x134538) is known color: Deep Teal. HEX triplet: 13, 45 and 38. RGB value is (19,69,56). Sum of RGB (Red+Green+Blue) = 19+69+56=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #134538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134538 is #ECBAC7. Grayscale: #343434. Windows color (decimal): -15514312 or 3687699. OLE color: 3687699.
HSL color Cylindrical-coordinate representation of color #134538: hue angle of 164.4º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134538 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 56 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.73 |
| HSL | 164.4º | 0.57% | 0.17% | - |
| HSV(B) | 164.4º | 0.72% | 0.27% | - |
| XYZ | 3.11 | 4.68 | 4.48 | - |
| YUV | 52.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 56 | 0.72 | 0 | 0.19 | 0.73 | 164.4 | 0.57 | 0.17 |
| Hex | 13 | 45 | 38 | 48 | 0 | 13 | 49 | A4 | 39 | 11 |
| Octal | 23 | 105 | 70 | 110 | 0 | 23 | 111 | 244 | 71 | 21 |
| Binary | 10011 | 1000101 | 111000 | 1001000 | 0 | 10011 | 1001001 | 10100100 | 111001 | 10001 |
Color Harmonies of #134538
Complementary color
Monochromatic Colors of #134538
Black with #134538
Text Example
Text Example
White with #134538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134538; }
p { color: rgb(19,69,56); }
H1.HeaderClassName
{
color: #134538;
}
.AnyTagClassName
{
color: #134538;
}
</style>
background-color css
<style>
a { background-color: #134538; }
a { background-color: rgb(19,69,56); }
div.DivClassName
{
background-color: #134538;
}
.BgClassName
{
background-color: #134538;
}
</style>
border-color css
<style>
span { border-color: #134538; }
span { border-color: rgb(19,69,56); }
td.TdClassName
{
border-color: #134538;
}
.TagClassName
{
border-color: #134538;
}
</style>