Shades of Deep Teal #135143
Tints of Deep Teal #135143
RGB
CMYK
RGB Variations
Color information
#135143 (or 0x135143) is known color: Deep Teal. HEX triplet: 13, 51 and 43. RGB value is (19,81,67). Sum of RGB (Red+Green+Blue) = 19+81+67=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #135143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135143 is #ECAEBC. Grayscale: #3C3C3C. Windows color (decimal): -15511229 or 4411667. OLE color: 4411667.
HSL color Cylindrical-coordinate representation of color #135143: hue angle of 166.45º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135143 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 67 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.68 |
| HSL | 166.45º | 0.62% | 0.2% | - |
| HSV(B) | 166.45º | 0.77% | 0.32% | - |
| XYZ | 4.22 | 6.43 | 6.33 | - |
| YUV | 60.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 67 | 0.77 | 0 | 0.17 | 0.68 | 166.45 | 0.62 | 0.2 |
| Hex | 13 | 51 | 43 | 4D | 0 | 11 | 44 | A6 | 3E | 14 |
| Octal | 23 | 121 | 103 | 115 | 0 | 21 | 104 | 246 | 76 | 24 |
| Binary | 10011 | 1010001 | 1000011 | 1001101 | 0 | 10001 | 1000100 | 10100110 | 111110 | 10100 |
Color Harmonies of #135143
Complementary color
Monochromatic Colors of #135143
Black with #135143
Text Example
Text Example
White with #135143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135143; }
p { color: rgb(19,81,67); }
H1.HeaderClassName
{
color: #135143;
}
.AnyTagClassName
{
color: #135143;
}
</style>
background-color css
<style>
a { background-color: #135143; }
a { background-color: rgb(19,81,67); }
div.DivClassName
{
background-color: #135143;
}
.BgClassName
{
background-color: #135143;
}
</style>
border-color css
<style>
span { border-color: #135143; }
span { border-color: rgb(19,81,67); }
td.TdClassName
{
border-color: #135143;
}
.TagClassName
{
border-color: #135143;
}
</style>