Shades of Deep Teal #1B433D
Tints of Deep Teal #1B433D
RGB
CMYK
RGB Variations
Color information
#1B433D (or 0x1B433D) is known color: Deep Teal. HEX triplet: 1B, 43 and 3D. RGB value is (27,67,61). Sum of RGB (Red+Green+Blue) = 27+67+61=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #1B433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B433D is #E4BCC2. Grayscale: #363636. Windows color (decimal): -14990531 or 4014875. OLE color: 4014875.
HSL color Cylindrical-coordinate representation of color #1B433D: hue angle of 171º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B433D is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 27 | 67 | 61 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.74 |
| HSL | 171º | 0.43% | 0.18% | - |
| HSV(B) | 171º | 0.6% | 0.26% | - |
| XYZ | 3.3 | 4.58 | 5.13 | - |
| YUV | 54.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 67 | 61 | 0.60 | 0 | 0.09 | 0.74 | 171 | 0.43 | 0.18 |
| Hex | 1B | 43 | 3D | 3C | 0 | 9 | 4A | AB | 2B | 12 |
| Octal | 33 | 103 | 75 | 74 | 0 | 11 | 112 | 253 | 53 | 22 |
| Binary | 11011 | 1000011 | 111101 | 111100 | 0 | 1001 | 1001010 | 10101011 | 101011 | 10010 |
Color Harmonies of #1B433D
Complementary color
Monochromatic Colors of #1B433D
Black with #1B433D
Text Example
Text Example
White with #1B433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B433D; }
p { color: rgb(27,67,61); }
H1.HeaderClassName
{
color: #1B433D;
}
.AnyTagClassName
{
color: #1B433D;
}
</style>
background-color css
<style>
a { background-color: #1B433D; }
a { background-color: rgb(27,67,61); }
div.DivClassName
{
background-color: #1B433D;
}
.BgClassName
{
background-color: #1B433D;
}
</style>
border-color css
<style>
span { border-color: #1B433D; }
span { border-color: rgb(27,67,61); }
td.TdClassName
{
border-color: #1B433D;
}
.TagClassName
{
border-color: #1B433D;
}
</style>