Shades of Deep Teal #153C34
Tints of Deep Teal #153C34
RGB
CMYK
RGB Variations
Color information
#153C34 (or 0x153C34) is known color: Deep Teal. HEX triplet: 15, 3C and 34. RGB value is (21,60,52). Sum of RGB (Red+Green+Blue) = 21+60+52=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #153C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C34 is #EAC3CB. Grayscale: #2F2F2F. Windows color (decimal): -15385548 or 3423253. OLE color: 3423253.
HSL color Cylindrical-coordinate representation of color #153C34: hue angle of 167.69º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153C34 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 60 | 52 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.76 |
| HSL | 167.69º | 0.48% | 0.16% | - |
| HSV(B) | 167.69º | 0.65% | 0.24% | - |
| XYZ | 2.54 | 3.64 | 3.82 | - |
| YUV | 47.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 52 | 0.65 | 0 | 0.13 | 0.76 | 167.69 | 0.48 | 0.16 |
| Hex | 15 | 3C | 34 | 41 | 0 | D | 4C | A8 | 30 | 10 |
| Octal | 25 | 74 | 64 | 101 | 0 | 15 | 114 | 250 | 60 | 20 |
| Binary | 10101 | 111100 | 110100 | 1000001 | 0 | 1101 | 1001100 | 10101000 | 110000 | 10000 |
Color Harmonies of #153C34
Complementary color
Monochromatic Colors of #153C34
Black with #153C34
Text Example
Text Example
White with #153C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C34; }
p { color: rgb(21,60,52); }
H1.HeaderClassName
{
color: #153C34;
}
.AnyTagClassName
{
color: #153C34;
}
</style>
background-color css
<style>
a { background-color: #153C34; }
a { background-color: rgb(21,60,52); }
div.DivClassName
{
background-color: #153C34;
}
.BgClassName
{
background-color: #153C34;
}
</style>
border-color css
<style>
span { border-color: #153C34; }
span { border-color: rgb(21,60,52); }
td.TdClassName
{
border-color: #153C34;
}
.TagClassName
{
border-color: #153C34;
}
</style>