Shades of Deep Teal #15483B
Tints of Deep Teal #15483B
RGB
CMYK
RGB Variations
Color information
#15483B (or 0x15483B) is known color: Deep Teal. HEX triplet: 15, 48 and 3B. RGB value is (21,72,59). Sum of RGB (Red+Green+Blue) = 21+72+59=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #15483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15483B is #EAB7C4. Grayscale: #373737. Windows color (decimal): -15382469 or 3885077. OLE color: 3885077.
HSL color Cylindrical-coordinate representation of color #15483B: hue angle of 164.71º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15483B is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 72 | 59 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.72 |
| HSL | 164.71º | 0.55% | 0.18% | - |
| HSV(B) | 164.71º | 0.71% | 0.28% | - |
| XYZ | 3.42 | 5.11 | 4.94 | - |
| YUV | 55.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 59 | 0.71 | 0 | 0.18 | 0.72 | 164.71 | 0.55 | 0.18 |
| Hex | 15 | 48 | 3B | 47 | 0 | 12 | 48 | A5 | 37 | 12 |
| Octal | 25 | 110 | 73 | 107 | 0 | 22 | 110 | 245 | 67 | 22 |
| Binary | 10101 | 1001000 | 111011 | 1000111 | 0 | 10010 | 1001000 | 10100101 | 110111 | 10010 |
Color Harmonies of #15483B
Complementary color
Monochromatic Colors of #15483B
Black with #15483B
Text Example
Text Example
White with #15483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15483B; }
p { color: rgb(21,72,59); }
H1.HeaderClassName
{
color: #15483B;
}
.AnyTagClassName
{
color: #15483B;
}
</style>
background-color css
<style>
a { background-color: #15483B; }
a { background-color: rgb(21,72,59); }
div.DivClassName
{
background-color: #15483B;
}
.BgClassName
{
background-color: #15483B;
}
</style>
border-color css
<style>
span { border-color: #15483B; }
span { border-color: rgb(21,72,59); }
td.TdClassName
{
border-color: #15483B;
}
.TagClassName
{
border-color: #15483B;
}
</style>