Shades of Deep Teal #1B5349
Tints of Deep Teal #1B5349
RGB
CMYK
RGB Variations
Color information
#1B5349 (or 0x1B5349) is known color: Deep Teal. HEX triplet: 1B, 53 and 49. RGB value is (27,83,73). Sum of RGB (Red+Green+Blue) = 27+83+73=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5349 is #E4ACB6. Grayscale: #414141. Windows color (decimal): -14986423 or 4805403. OLE color: 4805403.
HSL color Cylindrical-coordinate representation of color #1B5349: hue angle of 169.29º 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 #1B5349 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 73 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.67 |
| HSL | 169.29º | 0.51% | 0.22% | - |
| HSV(B) | 169.29º | 0.67% | 0.33% | - |
| XYZ | 4.75 | 6.9 | 7.39 | - |
| YUV | 65.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 73 | 0.67 | 0 | 0.12 | 0.67 | 169.29 | 0.51 | 0.22 |
| Hex | 1B | 53 | 49 | 43 | 0 | C | 43 | A9 | 33 | 16 |
| Octal | 33 | 123 | 111 | 103 | 0 | 14 | 103 | 251 | 63 | 26 |
| Binary | 11011 | 1010011 | 1001001 | 1000011 | 0 | 1100 | 1000011 | 10101001 | 110011 | 10110 |
Color Harmonies of #1B5349
Complementary color
Monochromatic Colors of #1B5349
Black with #1B5349
Text Example
Text Example
White with #1B5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5349; }
p { color: rgb(27,83,73); }
H1.HeaderClassName
{
color: #1B5349;
}
.AnyTagClassName
{
color: #1B5349;
}
</style>
background-color css
<style>
a { background-color: #1B5349; }
a { background-color: rgb(27,83,73); }
div.DivClassName
{
background-color: #1B5349;
}
.BgClassName
{
background-color: #1B5349;
}
</style>
border-color css
<style>
span { border-color: #1B5349; }
span { border-color: rgb(27,83,73); }
td.TdClassName
{
border-color: #1B5349;
}
.TagClassName
{
border-color: #1B5349;
}
</style>