Shades of Deep Teal #135342
Tints of Deep Teal #135342
RGB
CMYK
RGB Variations
Color information
#135342 (or 0x135342) is known color: Deep Teal. HEX triplet: 13, 53 and 42. RGB value is (19,83,66). Sum of RGB (Red+Green+Blue) = 19+83+66=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #135342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135342 is #ECACBD. Grayscale: #3D3D3D. Windows color (decimal): -15510718 or 4346643. OLE color: 4346643.
HSL color Cylindrical-coordinate representation of color #135342: hue angle of 164.06º 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 #135342 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 66 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.67 |
| HSL | 164.06º | 0.63% | 0.2% | - |
| HSV(B) | 164.06º | 0.77% | 0.33% | - |
| XYZ | 4.35 | 6.72 | 6.22 | - |
| YUV | 61.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 66 | 0.77 | 0 | 0.20 | 0.67 | 164.06 | 0.63 | 0.2 |
| Hex | 13 | 53 | 42 | 4D | 0 | 14 | 43 | A4 | 3F | 14 |
| Octal | 23 | 123 | 102 | 115 | 0 | 24 | 103 | 244 | 77 | 24 |
| Binary | 10011 | 1010011 | 1000010 | 1001101 | 0 | 10100 | 1000011 | 10100100 | 111111 | 10100 |
Color Harmonies of #135342
Complementary color
Monochromatic Colors of #135342
Black with #135342
Text Example
Text Example
White with #135342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135342; }
p { color: rgb(19,83,66); }
H1.HeaderClassName
{
color: #135342;
}
.AnyTagClassName
{
color: #135342;
}
</style>
background-color css
<style>
a { background-color: #135342; }
a { background-color: rgb(19,83,66); }
div.DivClassName
{
background-color: #135342;
}
.BgClassName
{
background-color: #135342;
}
</style>
border-color css
<style>
span { border-color: #135342; }
span { border-color: rgb(19,83,66); }
td.TdClassName
{
border-color: #135342;
}
.TagClassName
{
border-color: #135342;
}
</style>