Shades of Deep Teal #1B5345
Tints of Deep Teal #1B5345
RGB
CMYK
RGB Variations
Color information
#1B5345 (or 0x1B5345) is known color: Deep Teal. HEX triplet: 1B, 53 and 45. RGB value is (27,83,69). Sum of RGB (Red+Green+Blue) = 27+83+69=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5345 is #E4ACBA. Grayscale: #404040. Windows color (decimal): -14986427 or 4543259. OLE color: 4543259.
HSL color Cylindrical-coordinate representation of color #1B5345: hue angle of 165º 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 #1B5345 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 69 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.67 |
| HSL | 165º | 0.51% | 0.22% | - |
| HSV(B) | 165º | 0.67% | 0.33% | - |
| XYZ | 4.62 | 6.85 | 6.71 | - |
| YUV | 64.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 69 | 0.67 | 0 | 0.17 | 0.67 | 165 | 0.51 | 0.22 |
| Hex | 1B | 53 | 45 | 43 | 0 | 11 | 43 | A5 | 33 | 16 |
| Octal | 33 | 123 | 105 | 103 | 0 | 21 | 103 | 245 | 63 | 26 |
| Binary | 11011 | 1010011 | 1000101 | 1000011 | 0 | 10001 | 1000011 | 10100101 | 110011 | 10110 |
Color Harmonies of #1B5345
Complementary color
Monochromatic Colors of #1B5345
Black with #1B5345
Text Example
Text Example
White with #1B5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5345; }
p { color: rgb(27,83,69); }
H1.HeaderClassName
{
color: #1B5345;
}
.AnyTagClassName
{
color: #1B5345;
}
</style>
background-color css
<style>
a { background-color: #1B5345; }
a { background-color: rgb(27,83,69); }
div.DivClassName
{
background-color: #1B5345;
}
.BgClassName
{
background-color: #1B5345;
}
</style>
border-color css
<style>
span { border-color: #1B5345; }
span { border-color: rgb(27,83,69); }
td.TdClassName
{
border-color: #1B5345;
}
.TagClassName
{
border-color: #1B5345;
}
</style>