Shades of Deep Teal #135340
Tints of Deep Teal #135340
RGB
CMYK
RGB Variations
Color information
#135340 (or 0x135340) is known color: Deep Teal. HEX triplet: 13, 53 and 40. RGB value is (19,83,64). Sum of RGB (Red+Green+Blue) = 19+83+64=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #135340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135340 is #ECACBF. Grayscale: #3D3D3D. Windows color (decimal): -15510720 or 4215571. OLE color: 4215571.
HSL color Cylindrical-coordinate representation of color #135340: hue angle of 162.19º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135340 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 64 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.67 |
| HSL | 162.19º | 0.63% | 0.2% | - |
| HSV(B) | 162.19º | 0.77% | 0.33% | - |
| XYZ | 4.29 | 6.7 | 5.92 | - |
| YUV | 61.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 64 | 0.77 | 0 | 0.23 | 0.67 | 162.19 | 0.63 | 0.2 |
| Hex | 13 | 53 | 40 | 4D | 0 | 17 | 43 | A2 | 3F | 14 |
| Octal | 23 | 123 | 100 | 115 | 0 | 27 | 103 | 242 | 77 | 24 |
| Binary | 10011 | 1010011 | 1000000 | 1001101 | 0 | 10111 | 1000011 | 10100010 | 111111 | 10100 |
Color Harmonies of #135340
Complementary color
Monochromatic Colors of #135340
Black with #135340
Text Example
Text Example
White with #135340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135340; }
p { color: rgb(19,83,64); }
H1.HeaderClassName
{
color: #135340;
}
.AnyTagClassName
{
color: #135340;
}
</style>
background-color css
<style>
a { background-color: #135340; }
a { background-color: rgb(19,83,64); }
div.DivClassName
{
background-color: #135340;
}
.BgClassName
{
background-color: #135340;
}
</style>
border-color css
<style>
span { border-color: #135340; }
span { border-color: rgb(19,83,64); }
td.TdClassName
{
border-color: #135340;
}
.TagClassName
{
border-color: #135340;
}
</style>