Shades of Deep Teal #135643
Tints of Deep Teal #135643
RGB
CMYK
RGB Variations
Color information
#135643 (or 0x135643) is known color: Deep Teal. HEX triplet: 13, 56 and 43. RGB value is (19,86,67). Sum of RGB (Red+Green+Blue) = 19+86+67=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #135643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135643 is #ECA9BC. Grayscale: #3F3F3F. Windows color (decimal): -15509949 or 4412947. OLE color: 4412947.
HSL color Cylindrical-coordinate representation of color #135643: hue angle of 162.99º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135643 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 67 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.66 |
| HSL | 162.99º | 0.64% | 0.21% | - |
| HSV(B) | 162.99º | 0.78% | 0.34% | - |
| XYZ | 4.61 | 7.2 | 6.46 | - |
| YUV | 63.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 67 | 0.78 | 0 | 0.22 | 0.66 | 162.99 | 0.64 | 0.21 |
| Hex | 13 | 56 | 43 | 4E | 0 | 16 | 42 | A3 | 40 | 15 |
| Octal | 23 | 126 | 103 | 116 | 0 | 26 | 102 | 243 | 100 | 25 |
| Binary | 10011 | 1010110 | 1000011 | 1001110 | 0 | 10110 | 1000010 | 10100011 | 1000000 | 10101 |
Color Harmonies of #135643
Complementary color
Monochromatic Colors of #135643
Black with #135643
Text Example
Text Example
White with #135643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135643; }
p { color: rgb(19,86,67); }
H1.HeaderClassName
{
color: #135643;
}
.AnyTagClassName
{
color: #135643;
}
</style>
background-color css
<style>
a { background-color: #135643; }
a { background-color: rgb(19,86,67); }
div.DivClassName
{
background-color: #135643;
}
.BgClassName
{
background-color: #135643;
}
</style>
border-color css
<style>
span { border-color: #135643; }
span { border-color: rgb(19,86,67); }
td.TdClassName
{
border-color: #135643;
}
.TagClassName
{
border-color: #135643;
}
</style>