Shades of Deep Teal #203D37
Tints of Deep Teal #203D37
RGB
CMYK
RGB Variations
Color information
#203D37 (or 0x203D37) is known color: Deep Teal. HEX triplet: 20, 3D and 37. RGB value is (32,61,55). Sum of RGB (Red+Green+Blue) = 32+61+55=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 61 - color contains mainly: green. Hex color #203D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D37 is #DFC2C8. Grayscale: #333333. Windows color (decimal): -14664393 or 3620128. OLE color: 3620128.
HSL color Cylindrical-coordinate representation of color #203D37: hue angle of 167.59º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203D37 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 61 | 55 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.76 |
| HSL | 167.59º | 0.31% | 0.18% | - |
| HSV(B) | 167.59º | 0.48% | 0.24% | - |
| XYZ | 2.95 | 3.92 | 4.22 | - |
| YUV | 51.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 55 | 0.48 | 0 | 0.10 | 0.76 | 167.59 | 0.31 | 0.18 |
| Hex | 20 | 3D | 37 | 30 | 0 | A | 4C | A8 | 1F | 12 |
| Octal | 40 | 75 | 67 | 60 | 0 | 12 | 114 | 250 | 37 | 22 |
| Binary | 100000 | 111101 | 110111 | 110000 | 0 | 1010 | 1001100 | 10101000 | 11111 | 10010 |
Color Harmonies of #203D37
Complementary color
Monochromatic Colors of #203D37
Black with #203D37
Text Example
Text Example
White with #203D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D37; }
p { color: rgb(32,61,55); }
H1.HeaderClassName
{
color: #203D37;
}
.AnyTagClassName
{
color: #203D37;
}
</style>
background-color css
<style>
a { background-color: #203D37; }
a { background-color: rgb(32,61,55); }
div.DivClassName
{
background-color: #203D37;
}
.BgClassName
{
background-color: #203D37;
}
</style>
border-color css
<style>
span { border-color: #203D37; }
span { border-color: rgb(32,61,55); }
td.TdClassName
{
border-color: #203D37;
}
.TagClassName
{
border-color: #203D37;
}
</style>