Shades of Deep Teal #203D3B
Tints of Deep Teal #203D3B
RGB
CMYK
RGB Variations
Color information
#203D3B (or 0x203D3B) is known color: Deep Teal. HEX triplet: 20, 3D and 3B. RGB value is (32,61,59). Sum of RGB (Red+Green+Blue) = 32+61+59=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 61 - color contains mainly: green. Hex color #203D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D3B is #DFC2C4. Grayscale: #343434. Windows color (decimal): -14664389 or 3882272. OLE color: 3882272.
HSL color Cylindrical-coordinate representation of color #203D3B: hue angle of 175.86º 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 #203D3B is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 61 | 59 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.76 |
| HSL | 175.86º | 0.31% | 0.18% | - |
| HSV(B) | 175.86º | 0.48% | 0.24% | - |
| XYZ | 3.05 | 3.96 | 4.74 | - |
| YUV | 52.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 59 | 0.48 | 0 | 0.03 | 0.76 | 175.86 | 0.31 | 0.18 |
| Hex | 20 | 3D | 3B | 30 | 0 | 3 | 4C | B0 | 1F | 12 |
| Octal | 40 | 75 | 73 | 60 | 0 | 3 | 114 | 260 | 37 | 22 |
| Binary | 100000 | 111101 | 111011 | 110000 | 0 | 11 | 1001100 | 10110000 | 11111 | 10010 |
Color Harmonies of #203D3B
Complementary color
Monochromatic Colors of #203D3B
Black with #203D3B
Text Example
Text Example
White with #203D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D3B; }
p { color: rgb(32,61,59); }
H1.HeaderClassName
{
color: #203D3B;
}
.AnyTagClassName
{
color: #203D3B;
}
</style>
background-color css
<style>
a { background-color: #203D3B; }
a { background-color: rgb(32,61,59); }
div.DivClassName
{
background-color: #203D3B;
}
.BgClassName
{
background-color: #203D3B;
}
</style>
border-color css
<style>
span { border-color: #203D3B; }
span { border-color: rgb(32,61,59); }
td.TdClassName
{
border-color: #203D3B;
}
.TagClassName
{
border-color: #203D3B;
}
</style>