Shades of Deep Teal #135042
Tints of Deep Teal #135042
RGB
CMYK
RGB Variations
Color information
#135042 (or 0x135042) is known color: Deep Teal. HEX triplet: 13, 50 and 42. RGB value is (19,80,66). Sum of RGB (Red+Green+Blue) = 19+80+66=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #135042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135042 is #ECAFBD. Grayscale: #3C3C3C. Windows color (decimal): -15511486 or 4345875. OLE color: 4345875.
HSL color Cylindrical-coordinate representation of color #135042: hue angle of 166.23º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135042 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 66 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.69 |
| HSL | 166.23º | 0.62% | 0.19% | - |
| HSV(B) | 166.23º | 0.76% | 0.31% | - |
| XYZ | 4.12 | 6.27 | 6.15 | - |
| YUV | 60.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 66 | 0.76 | 0 | 0.17 | 0.69 | 166.23 | 0.62 | 0.19 |
| Hex | 13 | 50 | 42 | 4C | 0 | 11 | 45 | A6 | 3E | 13 |
| Octal | 23 | 120 | 102 | 114 | 0 | 21 | 105 | 246 | 76 | 23 |
| Binary | 10011 | 1010000 | 1000010 | 1001100 | 0 | 10001 | 1000101 | 10100110 | 111110 | 10011 |
Color Harmonies of #135042
Complementary color
Monochromatic Colors of #135042
Black with #135042
Text Example
Text Example
White with #135042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135042; }
p { color: rgb(19,80,66); }
H1.HeaderClassName
{
color: #135042;
}
.AnyTagClassName
{
color: #135042;
}
</style>
background-color css
<style>
a { background-color: #135042; }
a { background-color: rgb(19,80,66); }
div.DivClassName
{
background-color: #135042;
}
.BgClassName
{
background-color: #135042;
}
</style>
border-color css
<style>
span { border-color: #135042; }
span { border-color: rgb(19,80,66); }
td.TdClassName
{
border-color: #135042;
}
.TagClassName
{
border-color: #135042;
}
</style>