Shades of Deep Teal #1B423C
Tints of Deep Teal #1B423C
RGB
CMYK
RGB Variations
Color information
#1B423C (or 0x1B423C) is known color: Deep Teal. HEX triplet: 1B, 42 and 3C. RGB value is (27,66,60). Sum of RGB (Red+Green+Blue) = 27+66+60=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #1B423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B423C is #E4BDC3. Grayscale: #353535. Windows color (decimal): -14990788 or 3949083. OLE color: 3949083.
HSL color Cylindrical-coordinate representation of color #1B423C: hue angle of 170.77º 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 #1B423C is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 27 | 66 | 60 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.74 |
| HSL | 170.77º | 0.42% | 0.18% | - |
| HSV(B) | 170.77º | 0.59% | 0.26% | - |
| XYZ | 3.22 | 4.46 | 4.97 | - |
| YUV | 53.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 60 | 0.59 | 0 | 0.09 | 0.74 | 170.77 | 0.42 | 0.18 |
| Hex | 1B | 42 | 3C | 3B | 0 | 9 | 4A | AB | 2A | 12 |
| Octal | 33 | 102 | 74 | 73 | 0 | 11 | 112 | 253 | 52 | 22 |
| Binary | 11011 | 1000010 | 111100 | 111011 | 0 | 1001 | 1001010 | 10101011 | 101010 | 10010 |
Color Harmonies of #1B423C
Complementary color
Monochromatic Colors of #1B423C
Black with #1B423C
Text Example
Text Example
White with #1B423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B423C; }
p { color: rgb(27,66,60); }
H1.HeaderClassName
{
color: #1B423C;
}
.AnyTagClassName
{
color: #1B423C;
}
</style>
background-color css
<style>
a { background-color: #1B423C; }
a { background-color: rgb(27,66,60); }
div.DivClassName
{
background-color: #1B423C;
}
.BgClassName
{
background-color: #1B423C;
}
</style>
border-color css
<style>
span { border-color: #1B423C; }
span { border-color: rgb(27,66,60); }
td.TdClassName
{
border-color: #1B423C;
}
.TagClassName
{
border-color: #1B423C;
}
</style>