Shades of Deep Teal #01533D
Tints of Deep Teal #01533D
RGB
CMYK
RGB Variations
Color information
#01533D (or 0x01533D) is known color: Deep Teal. HEX triplet: 01, 53 and 3D. RGB value is (1,83,61). Sum of RGB (Red+Green+Blue) = 1+83+61=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #01533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01533D is #FEACC2. Grayscale: #373737. Windows color (decimal): -16690371 or 4018945. OLE color: 4018945.
HSL color Cylindrical-coordinate representation of color #01533D: hue angle of 163.9º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01533D is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 61 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.67 |
| HSL | 163.9º | 0.98% | 0.16% | - |
| HSV(B) | 163.9º | 0.99% | 0.33% | - |
| XYZ | 3.95 | 6.53 | 5.47 | - |
| YUV | 55.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 61 | 0.99 | 0 | 0.27 | 0.67 | 163.9 | 0.98 | 0.16 |
| Hex | 1 | 53 | 3D | 63 | 0 | 1B | 43 | A4 | 62 | 10 |
| Octal | 1 | 123 | 75 | 143 | 0 | 33 | 103 | 244 | 142 | 20 |
| Binary | 1 | 1010011 | 111101 | 1100011 | 0 | 11011 | 1000011 | 10100100 | 1100010 | 10000 |
Color Harmonies of #01533D
Complementary color
Monochromatic Colors of #01533D
Black with #01533D
Text Example
Text Example
White with #01533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01533D; }
p { color: rgb(1,83,61); }
H1.HeaderClassName
{
color: #01533D;
}
.AnyTagClassName
{
color: #01533D;
}
</style>
background-color css
<style>
a { background-color: #01533D; }
a { background-color: rgb(1,83,61); }
div.DivClassName
{
background-color: #01533D;
}
.BgClassName
{
background-color: #01533D;
}
</style>
border-color css
<style>
span { border-color: #01533D; }
span { border-color: rgb(1,83,61); }
td.TdClassName
{
border-color: #01533D;
}
.TagClassName
{
border-color: #01533D;
}
</style>