Shades of Deep Teal #135546
Tints of Deep Teal #135546
RGB
CMYK
RGB Variations
Color information
#135546 (or 0x135546) is known color: Deep Teal. HEX triplet: 13, 55 and 46. RGB value is (19,85,70). Sum of RGB (Red+Green+Blue) = 19+85+70=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #135546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135546 is #ECAAB9. Grayscale: #3F3F3F. Windows color (decimal): -15510202 or 4609299. OLE color: 4609299.
HSL color Cylindrical-coordinate representation of color #135546: hue angle of 166.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135546 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 70 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.67 |
| HSL | 166.36º | 0.63% | 0.2% | - |
| HSV(B) | 166.36º | 0.78% | 0.33% | - |
| XYZ | 4.62 | 7.08 | 6.92 | - |
| YUV | 63.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 70 | 0.78 | 0 | 0.18 | 0.67 | 166.36 | 0.63 | 0.2 |
| Hex | 13 | 55 | 46 | 4E | 0 | 12 | 43 | A6 | 3F | 14 |
| Octal | 23 | 125 | 106 | 116 | 0 | 22 | 103 | 246 | 77 | 24 |
| Binary | 10011 | 1010101 | 1000110 | 1001110 | 0 | 10010 | 1000011 | 10100110 | 111111 | 10100 |
Color Harmonies of #135546
Complementary color
Monochromatic Colors of #135546
Black with #135546
Text Example
Text Example
White with #135546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135546; }
p { color: rgb(19,85,70); }
H1.HeaderClassName
{
color: #135546;
}
.AnyTagClassName
{
color: #135546;
}
</style>
background-color css
<style>
a { background-color: #135546; }
a { background-color: rgb(19,85,70); }
div.DivClassName
{
background-color: #135546;
}
.BgClassName
{
background-color: #135546;
}
</style>
border-color css
<style>
span { border-color: #135546; }
span { border-color: rgb(19,85,70); }
td.TdClassName
{
border-color: #135546;
}
.TagClassName
{
border-color: #135546;
}
</style>