Shades of Deep Teal #203C36
Tints of Deep Teal #203C36
RGB
CMYK
RGB Variations
Color information
#203C36 (or 0x203C36) is known color: Deep Teal. HEX triplet: 20, 3C and 36. RGB value is (32,60,54). Sum of RGB (Red+Green+Blue) = 32+60+54=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 60 - color contains mainly: green. Hex color #203C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C36 is #DFC3C9. Grayscale: #323232. Windows color (decimal): -14664650 or 3554336. OLE color: 3554336.
HSL color Cylindrical-coordinate representation of color #203C36: hue angle of 167.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #203C36 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 60 | 54 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.76 |
| HSL | 167.14º | 0.3% | 0.18% | - |
| HSV(B) | 167.14º | 0.47% | 0.24% | - |
| XYZ | 2.88 | 3.81 | 4.07 | - |
| YUV | 50.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 54 | 0.47 | 0 | 0.10 | 0.76 | 167.14 | 0.3 | 0.18 |
| Hex | 20 | 3C | 36 | 2F | 0 | A | 4C | A7 | 1E | 12 |
| Octal | 40 | 74 | 66 | 57 | 0 | 12 | 114 | 247 | 36 | 22 |
| Binary | 100000 | 111100 | 110110 | 101111 | 0 | 1010 | 1001100 | 10100111 | 11110 | 10010 |
Color Harmonies of #203C36
Complementary color
Monochromatic Colors of #203C36
Black with #203C36
Text Example
Text Example
White with #203C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C36; }
p { color: rgb(32,60,54); }
H1.HeaderClassName
{
color: #203C36;
}
.AnyTagClassName
{
color: #203C36;
}
</style>
background-color css
<style>
a { background-color: #203C36; }
a { background-color: rgb(32,60,54); }
div.DivClassName
{
background-color: #203C36;
}
.BgClassName
{
background-color: #203C36;
}
</style>
border-color css
<style>
span { border-color: #203C36; }
span { border-color: rgb(32,60,54); }
td.TdClassName
{
border-color: #203C36;
}
.TagClassName
{
border-color: #203C36;
}
</style>