Shades of Deep Teal #1B5346
Tints of Deep Teal #1B5346
RGB
CMYK
RGB Variations
Color information
#1B5346 (or 0x1B5346) is known color: Deep Teal. HEX triplet: 1B, 53 and 46. RGB value is (27,83,70). Sum of RGB (Red+Green+Blue) = 27+83+70=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5346 is #E4ACB9. Grayscale: #404040. Windows color (decimal): -14986426 or 4608795. OLE color: 4608795.
HSL color Cylindrical-coordinate representation of color #1B5346: hue angle of 166.07º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5346 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 70 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.67 |
| HSL | 166.07º | 0.51% | 0.22% | - |
| HSV(B) | 166.07º | 0.67% | 0.33% | - |
| XYZ | 4.65 | 6.86 | 6.87 | - |
| YUV | 64.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 70 | 0.67 | 0 | 0.16 | 0.67 | 166.07 | 0.51 | 0.22 |
| Hex | 1B | 53 | 46 | 43 | 0 | 10 | 43 | A6 | 33 | 16 |
| Octal | 33 | 123 | 106 | 103 | 0 | 20 | 103 | 246 | 63 | 26 |
| Binary | 11011 | 1010011 | 1000110 | 1000011 | 0 | 10000 | 1000011 | 10100110 | 110011 | 10110 |
Color Harmonies of #1B5346
Complementary color
Monochromatic Colors of #1B5346
Black with #1B5346
Text Example
Text Example
White with #1B5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5346; }
p { color: rgb(27,83,70); }
H1.HeaderClassName
{
color: #1B5346;
}
.AnyTagClassName
{
color: #1B5346;
}
</style>
background-color css
<style>
a { background-color: #1B5346; }
a { background-color: rgb(27,83,70); }
div.DivClassName
{
background-color: #1B5346;
}
.BgClassName
{
background-color: #1B5346;
}
</style>
border-color css
<style>
span { border-color: #1B5346; }
span { border-color: rgb(27,83,70); }
td.TdClassName
{
border-color: #1B5346;
}
.TagClassName
{
border-color: #1B5346;
}
</style>