Shades of Deep Teal #135645
Tints of Deep Teal #135645
RGB
CMYK
RGB Variations
Color information
#135645 (or 0x135645) is known color: Deep Teal. HEX triplet: 13, 56 and 45. RGB value is (19,86,69). Sum of RGB (Red+Green+Blue) = 19+86+69=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #135645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135645 is #ECA9BA. Grayscale: #404040. Windows color (decimal): -15509947 or 4544019. OLE color: 4544019.
HSL color Cylindrical-coordinate representation of color #135645: hue angle of 164.78º 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 #135645 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 69 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.66 |
| HSL | 164.78º | 0.64% | 0.21% | - |
| HSV(B) | 164.78º | 0.78% | 0.34% | - |
| XYZ | 4.67 | 7.22 | 6.78 | - |
| YUV | 64.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 69 | 0.78 | 0 | 0.20 | 0.66 | 164.78 | 0.64 | 0.21 |
| Hex | 13 | 56 | 45 | 4E | 0 | 14 | 42 | A5 | 40 | 15 |
| Octal | 23 | 126 | 105 | 116 | 0 | 24 | 102 | 245 | 100 | 25 |
| Binary | 10011 | 1010110 | 1000101 | 1001110 | 0 | 10100 | 1000010 | 10100101 | 1000000 | 10101 |
Color Harmonies of #135645
Complementary color
Monochromatic Colors of #135645
Black with #135645
Text Example
Text Example
White with #135645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135645; }
p { color: rgb(19,86,69); }
H1.HeaderClassName
{
color: #135645;
}
.AnyTagClassName
{
color: #135645;
}
</style>
background-color css
<style>
a { background-color: #135645; }
a { background-color: rgb(19,86,69); }
div.DivClassName
{
background-color: #135645;
}
.BgClassName
{
background-color: #135645;
}
</style>
border-color css
<style>
span { border-color: #135645; }
span { border-color: rgb(19,86,69); }
td.TdClassName
{
border-color: #135645;
}
.TagClassName
{
border-color: #135645;
}
</style>