Shades of Deep Teal #135043
Tints of Deep Teal #135043
RGB
CMYK
RGB Variations
Color information
#135043 (or 0x135043) is known color: Deep Teal. HEX triplet: 13, 50 and 43. RGB value is (19,80,67). Sum of RGB (Red+Green+Blue) = 19+80+67=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #135043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135043 is #ECAFBC. Grayscale: #3C3C3C. Windows color (decimal): -15511485 or 4411411. OLE color: 4411411.
HSL color Cylindrical-coordinate representation of color #135043: hue angle of 167.21º 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 #135043 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 67 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.69 |
| HSL | 167.21º | 0.62% | 0.19% | - |
| HSV(B) | 167.21º | 0.76% | 0.31% | - |
| XYZ | 4.15 | 6.28 | 6.3 | - |
| YUV | 60.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 67 | 0.76 | 0 | 0.16 | 0.69 | 167.21 | 0.62 | 0.19 |
| Hex | 13 | 50 | 43 | 4C | 0 | 10 | 45 | A7 | 3E | 13 |
| Octal | 23 | 120 | 103 | 114 | 0 | 20 | 105 | 247 | 76 | 23 |
| Binary | 10011 | 1010000 | 1000011 | 1001100 | 0 | 10000 | 1000101 | 10100111 | 111110 | 10011 |
Color Harmonies of #135043
Complementary color
Monochromatic Colors of #135043
Black with #135043
Text Example
Text Example
White with #135043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135043; }
p { color: rgb(19,80,67); }
H1.HeaderClassName
{
color: #135043;
}
.AnyTagClassName
{
color: #135043;
}
</style>
background-color css
<style>
a { background-color: #135043; }
a { background-color: rgb(19,80,67); }
div.DivClassName
{
background-color: #135043;
}
.BgClassName
{
background-color: #135043;
}
</style>
border-color css
<style>
span { border-color: #135043; }
span { border-color: rgb(19,80,67); }
td.TdClassName
{
border-color: #135043;
}
.TagClassName
{
border-color: #135043;
}
</style>