Shades of Deep Teal #1B483C
Tints of Deep Teal #1B483C
RGB
CMYK
RGB Variations
Color information
#1B483C (or 0x1B483C) is known color: Deep Teal. HEX triplet: 1B, 48 and 3C. RGB value is (27,72,60). Sum of RGB (Red+Green+Blue) = 27+72+60=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #1B483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B483C is #E4B7C3. Grayscale: #393939. Windows color (decimal): -14989252 or 3950619. OLE color: 3950619.
HSL color Cylindrical-coordinate representation of color #1B483C: hue angle of 164º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B483C is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 72 | 60 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.72 |
| HSL | 164º | 0.45% | 0.19% | - |
| HSV(B) | 164º | 0.63% | 0.28% | - |
| XYZ | 3.58 | 5.19 | 5.09 | - |
| YUV | 57.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 60 | 0.62 | 0 | 0.17 | 0.72 | 164 | 0.45 | 0.19 |
| Hex | 1B | 48 | 3C | 3E | 0 | 11 | 48 | A4 | 2D | 13 |
| Octal | 33 | 110 | 74 | 76 | 0 | 21 | 110 | 244 | 55 | 23 |
| Binary | 11011 | 1001000 | 111100 | 111110 | 0 | 10001 | 1001000 | 10100100 | 101101 | 10011 |
Color Harmonies of #1B483C
Complementary color
Monochromatic Colors of #1B483C
Black with #1B483C
Text Example
Text Example
White with #1B483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B483C; }
p { color: rgb(27,72,60); }
H1.HeaderClassName
{
color: #1B483C;
}
.AnyTagClassName
{
color: #1B483C;
}
</style>
background-color css
<style>
a { background-color: #1B483C; }
a { background-color: rgb(27,72,60); }
div.DivClassName
{
background-color: #1B483C;
}
.BgClassName
{
background-color: #1B483C;
}
</style>
border-color css
<style>
span { border-color: #1B483C; }
span { border-color: rgb(27,72,60); }
td.TdClassName
{
border-color: #1B483C;
}
.TagClassName
{
border-color: #1B483C;
}
</style>