Shades of Deep Teal #1B423D
Tints of Deep Teal #1B423D
RGB
CMYK
RGB Variations
Color information
#1B423D (or 0x1B423D) is known color: Deep Teal. HEX triplet: 1B, 42 and 3D. RGB value is (27,66,61). Sum of RGB (Red+Green+Blue) = 27+66+61=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #1B423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B423D is #E4BDC2. Grayscale: #353535. Windows color (decimal): -14990787 or 4014619. OLE color: 4014619.
HSL color Cylindrical-coordinate representation of color #1B423D: hue angle of 172.31º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B423D is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 27 | 66 | 61 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.74 |
| HSL | 172.31º | 0.42% | 0.18% | - |
| HSV(B) | 172.31º | 0.59% | 0.26% | - |
| XYZ | 3.24 | 4.47 | 5.11 | - |
| YUV | 53.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 61 | 0.59 | 0 | 0.08 | 0.74 | 172.31 | 0.42 | 0.18 |
| Hex | 1B | 42 | 3D | 3B | 0 | 8 | 4A | AC | 2A | 12 |
| Octal | 33 | 102 | 75 | 73 | 0 | 10 | 112 | 254 | 52 | 22 |
| Binary | 11011 | 1000010 | 111101 | 111011 | 0 | 1000 | 1001010 | 10101100 | 101010 | 10010 |
Color Harmonies of #1B423D
Complementary color
Monochromatic Colors of #1B423D
Black with #1B423D
Text Example
Text Example
White with #1B423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B423D; }
p { color: rgb(27,66,61); }
H1.HeaderClassName
{
color: #1B423D;
}
.AnyTagClassName
{
color: #1B423D;
}
</style>
background-color css
<style>
a { background-color: #1B423D; }
a { background-color: rgb(27,66,61); }
div.DivClassName
{
background-color: #1B423D;
}
.BgClassName
{
background-color: #1B423D;
}
</style>
border-color css
<style>
span { border-color: #1B423D; }
span { border-color: rgb(27,66,61); }
td.TdClassName
{
border-color: #1B423D;
}
.TagClassName
{
border-color: #1B423D;
}
</style>