Shades of Deep Teal #01543D
Tints of Deep Teal #01543D
RGB
CMYK
RGB Variations
Color information
#01543D (or 0x01543D) is known color: Deep Teal. HEX triplet: 01, 54 and 3D. RGB value is (1,84,61). Sum of RGB (Red+Green+Blue) = 1+84+61=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #01543D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01543D is #FEABC2. Grayscale: #383838. Windows color (decimal): -16690115 or 4019201. OLE color: 4019201.
HSL color Cylindrical-coordinate representation of color #01543D: hue angle of 163.37º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01543D is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 61 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.67 |
| HSL | 163.37º | 0.98% | 0.17% | - |
| HSV(B) | 163.37º | 0.99% | 0.33% | - |
| XYZ | 4.03 | 6.68 | 5.49 | - |
| YUV | 56.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 61 | 0.99 | 0 | 0.27 | 0.67 | 163.37 | 0.98 | 0.17 |
| Hex | 1 | 54 | 3D | 63 | 0 | 1B | 43 | A3 | 62 | 11 |
| Octal | 1 | 124 | 75 | 143 | 0 | 33 | 103 | 243 | 142 | 21 |
| Binary | 1 | 1010100 | 111101 | 1100011 | 0 | 11011 | 1000011 | 10100011 | 1100010 | 10001 |
Color Harmonies of #01543D
Complementary color
Monochromatic Colors of #01543D
Black with #01543D
Text Example
Text Example
White with #01543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01543D; }
p { color: rgb(1,84,61); }
H1.HeaderClassName
{
color: #01543D;
}
.AnyTagClassName
{
color: #01543D;
}
</style>
background-color css
<style>
a { background-color: #01543D; }
a { background-color: rgb(1,84,61); }
div.DivClassName
{
background-color: #01543D;
}
.BgClassName
{
background-color: #01543D;
}
</style>
border-color css
<style>
span { border-color: #01543D; }
span { border-color: rgb(1,84,61); }
td.TdClassName
{
border-color: #01543D;
}
.TagClassName
{
border-color: #01543D;
}
</style>