Shades of Deep Teal #135446
Tints of Deep Teal #135446
RGB
CMYK
RGB Variations
Color information
#135446 (or 0x135446) is known color: Deep Teal. HEX triplet: 13, 54 and 46. RGB value is (19,84,70). Sum of RGB (Red+Green+Blue) = 19+84+70=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #135446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135446 is #ECABB9. Grayscale: #3E3E3E. Windows color (decimal): -15510458 or 4609043. OLE color: 4609043.
HSL color Cylindrical-coordinate representation of color #135446: hue angle of 167.08º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135446 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 84 | 70 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.67 |
| HSL | 167.08º | 0.63% | 0.2% | - |
| HSV(B) | 167.08º | 0.77% | 0.33% | - |
| XYZ | 4.54 | 6.92 | 6.89 | - |
| YUV | 62.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 70 | 0.77 | 0 | 0.17 | 0.67 | 167.08 | 0.63 | 0.2 |
| Hex | 13 | 54 | 46 | 4D | 0 | 11 | 43 | A7 | 3F | 14 |
| Octal | 23 | 124 | 106 | 115 | 0 | 21 | 103 | 247 | 77 | 24 |
| Binary | 10011 | 1010100 | 1000110 | 1001101 | 0 | 10001 | 1000011 | 10100111 | 111111 | 10100 |
Color Harmonies of #135446
Complementary color
Monochromatic Colors of #135446
Black with #135446
Text Example
Text Example
White with #135446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135446; }
p { color: rgb(19,84,70); }
H1.HeaderClassName
{
color: #135446;
}
.AnyTagClassName
{
color: #135446;
}
</style>
background-color css
<style>
a { background-color: #135446; }
a { background-color: rgb(19,84,70); }
div.DivClassName
{
background-color: #135446;
}
.BgClassName
{
background-color: #135446;
}
</style>
border-color css
<style>
span { border-color: #135446; }
span { border-color: rgb(19,84,70); }
td.TdClassName
{
border-color: #135446;
}
.TagClassName
{
border-color: #135446;
}
</style>