Shades of Deep Teal #1B5147
Tints of Deep Teal #1B5147
RGB
CMYK
RGB Variations
Color information
#1B5147 (or 0x1B5147) is known color: Deep Teal. HEX triplet: 1B, 51 and 47. RGB value is (27,81,71). Sum of RGB (Red+Green+Blue) = 27+81+71=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #1B5147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5147 is #E4AEB8. Grayscale: #3F3F3F. Windows color (decimal): -14986937 or 4673819. OLE color: 4673819.
HSL color Cylindrical-coordinate representation of color #1B5147: hue angle of 168.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5147 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 27 | 81 | 71 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.68 |
| HSL | 168.89º | 0.5% | 0.21% | - |
| HSV(B) | 168.89º | 0.67% | 0.32% | - |
| XYZ | 4.53 | 6.57 | 6.99 | - |
| YUV | 63.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 71 | 0.67 | 0 | 0.12 | 0.68 | 168.89 | 0.5 | 0.21 |
| Hex | 1B | 51 | 47 | 43 | 0 | C | 44 | A9 | 32 | 15 |
| Octal | 33 | 121 | 107 | 103 | 0 | 14 | 104 | 251 | 62 | 25 |
| Binary | 11011 | 1010001 | 1000111 | 1000011 | 0 | 1100 | 1000100 | 10101001 | 110010 | 10101 |
Color Harmonies of #1B5147
Complementary color
Monochromatic Colors of #1B5147
Black with #1B5147
Text Example
Text Example
White with #1B5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5147; }
p { color: rgb(27,81,71); }
H1.HeaderClassName
{
color: #1B5147;
}
.AnyTagClassName
{
color: #1B5147;
}
</style>
background-color css
<style>
a { background-color: #1B5147; }
a { background-color: rgb(27,81,71); }
div.DivClassName
{
background-color: #1B5147;
}
.BgClassName
{
background-color: #1B5147;
}
</style>
border-color css
<style>
span { border-color: #1B5147; }
span { border-color: rgb(27,81,71); }
td.TdClassName
{
border-color: #1B5147;
}
.TagClassName
{
border-color: #1B5147;
}
</style>