Shades of Deep Teal #135044
Tints of Deep Teal #135044
RGB
CMYK
RGB Variations
Color information
#135044 (or 0x135044) is known color: Deep Teal. HEX triplet: 13, 50 and 44. RGB value is (19,80,68). Sum of RGB (Red+Green+Blue) = 19+80+68=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #135044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135044 is #ECAFBB. Grayscale: #3C3C3C. Windows color (decimal): -15511484 or 4476947. OLE color: 4476947.
HSL color Cylindrical-coordinate representation of color #135044: hue angle of 168.2º 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 #135044 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 68 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.69 |
| HSL | 168.2º | 0.62% | 0.19% | - |
| HSV(B) | 168.2º | 0.76% | 0.31% | - |
| XYZ | 4.18 | 6.29 | 6.46 | - |
| YUV | 60.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 68 | 0.76 | 0 | 0.15 | 0.69 | 168.2 | 0.62 | 0.19 |
| Hex | 13 | 50 | 44 | 4C | 0 | F | 45 | A8 | 3E | 13 |
| Octal | 23 | 120 | 104 | 114 | 0 | 17 | 105 | 250 | 76 | 23 |
| Binary | 10011 | 1010000 | 1000100 | 1001100 | 0 | 1111 | 1000101 | 10101000 | 111110 | 10011 |
Color Harmonies of #135044
Complementary color
Monochromatic Colors of #135044
Black with #135044
Text Example
Text Example
White with #135044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135044; }
p { color: rgb(19,80,68); }
H1.HeaderClassName
{
color: #135044;
}
.AnyTagClassName
{
color: #135044;
}
</style>
background-color css
<style>
a { background-color: #135044; }
a { background-color: rgb(19,80,68); }
div.DivClassName
{
background-color: #135044;
}
.BgClassName
{
background-color: #135044;
}
</style>
border-color css
<style>
span { border-color: #135044; }
span { border-color: rgb(19,80,68); }
td.TdClassName
{
border-color: #135044;
}
.TagClassName
{
border-color: #135044;
}
</style>