Shades of Deep Teal #153633
Tints of Deep Teal #153633
RGB
CMYK
RGB Variations
Color information
#153633 (or 0x153633) is known color: Deep Teal. HEX triplet: 15, 36 and 33. RGB value is (21,54,51). Sum of RGB (Red+Green+Blue) = 21+54+51=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 54 - color contains mainly: green. Hex color #153633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153633 is #EAC9CC. Grayscale: #2B2B2B. Windows color (decimal): -15387085 or 3356181. OLE color: 3356181.
HSL color Cylindrical-coordinate representation of color #153633: hue angle of 174.55º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #153633 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 54 | 51 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.79 |
| HSL | 174.55º | 0.44% | 0.15% | - |
| HSV(B) | 174.55º | 0.61% | 0.21% | - |
| XYZ | 2.23 | 3.04 | 3.6 | - |
| YUV | 43.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 51 | 0.61 | 0 | 0.06 | 0.79 | 174.55 | 0.44 | 0.15 |
| Hex | 15 | 36 | 33 | 3D | 0 | 6 | 4F | AF | 2C | F |
| Octal | 25 | 66 | 63 | 75 | 0 | 6 | 117 | 257 | 54 | 17 |
| Binary | 10101 | 110110 | 110011 | 111101 | 0 | 110 | 1001111 | 10101111 | 101100 | 1111 |
Color Harmonies of #153633
Complementary color
Monochromatic Colors of #153633
Black with #153633
Text Example
Text Example
White with #153633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153633; }
p { color: rgb(21,54,51); }
H1.HeaderClassName
{
color: #153633;
}
.AnyTagClassName
{
color: #153633;
}
</style>
background-color css
<style>
a { background-color: #153633; }
a { background-color: rgb(21,54,51); }
div.DivClassName
{
background-color: #153633;
}
.BgClassName
{
background-color: #153633;
}
</style>
border-color css
<style>
span { border-color: #153633; }
span { border-color: rgb(21,54,51); }
td.TdClassName
{
border-color: #153633;
}
.TagClassName
{
border-color: #153633;
}
</style>