Shades of Deep Teal #135548
Tints of Deep Teal #135548
RGB
CMYK
RGB Variations
Color information
#135548 (or 0x135548) is known color: Deep Teal. HEX triplet: 13, 55 and 48. RGB value is (19,85,72). Sum of RGB (Red+Green+Blue) = 19+85+72=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #135548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135548 is #ECAAB7. Grayscale: #3F3F3F. Windows color (decimal): -15510200 or 4740371. OLE color: 4740371.
HSL color Cylindrical-coordinate representation of color #135548: hue angle of 168.18º 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 #135548 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 72 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.67 |
| HSL | 168.18º | 0.63% | 0.2% | - |
| HSV(B) | 168.18º | 0.78% | 0.33% | - |
| XYZ | 4.69 | 7.1 | 7.25 | - |
| YUV | 63.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 72 | 0.78 | 0 | 0.15 | 0.67 | 168.18 | 0.63 | 0.2 |
| Hex | 13 | 55 | 48 | 4E | 0 | F | 43 | A8 | 3F | 14 |
| Octal | 23 | 125 | 110 | 116 | 0 | 17 | 103 | 250 | 77 | 24 |
| Binary | 10011 | 1010101 | 1001000 | 1001110 | 0 | 1111 | 1000011 | 10101000 | 111111 | 10100 |
Color Harmonies of #135548
Complementary color
Monochromatic Colors of #135548
Black with #135548
Text Example
Text Example
White with #135548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135548; }
p { color: rgb(19,85,72); }
H1.HeaderClassName
{
color: #135548;
}
.AnyTagClassName
{
color: #135548;
}
</style>
background-color css
<style>
a { background-color: #135548; }
a { background-color: rgb(19,85,72); }
div.DivClassName
{
background-color: #135548;
}
.BgClassName
{
background-color: #135548;
}
</style>
border-color css
<style>
span { border-color: #135548; }
span { border-color: rgb(19,85,72); }
td.TdClassName
{
border-color: #135548;
}
.TagClassName
{
border-color: #135548;
}
</style>