Shades of Deep Teal #135545
Tints of Deep Teal #135545
RGB
CMYK
RGB Variations
Color information
#135545 (or 0x135545) is known color: Deep Teal. HEX triplet: 13, 55 and 45. RGB value is (19,85,69). Sum of RGB (Red+Green+Blue) = 19+85+69=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #135545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135545 is #ECAABA. Grayscale: #3F3F3F. Windows color (decimal): -15510203 or 4543763. OLE color: 4543763.
HSL color Cylindrical-coordinate representation of color #135545: hue angle of 165.45º 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 #135545 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 69 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.67 |
| HSL | 165.45º | 0.63% | 0.2% | - |
| HSV(B) | 165.45º | 0.78% | 0.33% | - |
| XYZ | 4.59 | 7.07 | 6.75 | - |
| YUV | 63.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 69 | 0.78 | 0 | 0.19 | 0.67 | 165.45 | 0.63 | 0.2 |
| Hex | 13 | 55 | 45 | 4E | 0 | 13 | 43 | A5 | 3F | 14 |
| Octal | 23 | 125 | 105 | 116 | 0 | 23 | 103 | 245 | 77 | 24 |
| Binary | 10011 | 1010101 | 1000101 | 1001110 | 0 | 10011 | 1000011 | 10100101 | 111111 | 10100 |
Color Harmonies of #135545
Complementary color
Monochromatic Colors of #135545
Black with #135545
Text Example
Text Example
White with #135545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135545; }
p { color: rgb(19,85,69); }
H1.HeaderClassName
{
color: #135545;
}
.AnyTagClassName
{
color: #135545;
}
</style>
background-color css
<style>
a { background-color: #135545; }
a { background-color: rgb(19,85,69); }
div.DivClassName
{
background-color: #135545;
}
.BgClassName
{
background-color: #135545;
}
</style>
border-color css
<style>
span { border-color: #135545; }
span { border-color: rgb(19,85,69); }
td.TdClassName
{
border-color: #135545;
}
.TagClassName
{
border-color: #135545;
}
</style>