Shades of Deep Teal #1B3F3C
Tints of Deep Teal #1B3F3C
RGB
CMYK
RGB Variations
Color information
#1B3F3C (or 0x1B3F3C) is known color: Deep Teal. HEX triplet: 1B, 3F and 3C. RGB value is (27,63,60). Sum of RGB (Red+Green+Blue) = 27+63+60=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #1B3F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3F3C is #E4C0C3. Grayscale: #333333. Windows color (decimal): -14991556 or 3948315. OLE color: 3948315.
HSL color Cylindrical-coordinate representation of color #1B3F3C: hue angle of 175º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B3F3C is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 63 | 60 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.75 |
| HSL | 175º | 0.4% | 0.18% | - |
| HSV(B) | 175º | 0.57% | 0.25% | - |
| XYZ | 3.05 | 4.11 | 4.91 | - |
| YUV | 51.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 60 | 0.57 | 0 | 0.05 | 0.75 | 175 | 0.4 | 0.18 |
| Hex | 1B | 3F | 3C | 39 | 0 | 5 | 4B | AF | 28 | 12 |
| Octal | 33 | 77 | 74 | 71 | 0 | 5 | 113 | 257 | 50 | 22 |
| Binary | 11011 | 111111 | 111100 | 111001 | 0 | 101 | 1001011 | 10101111 | 101000 | 10010 |
Color Harmonies of #1B3F3C
Complementary color
Monochromatic Colors of #1B3F3C
Black with #1B3F3C
Text Example
Text Example
White with #1B3F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3F3C; }
p { color: rgb(27,63,60); }
H1.HeaderClassName
{
color: #1B3F3C;
}
.AnyTagClassName
{
color: #1B3F3C;
}
</style>
background-color css
<style>
a { background-color: #1B3F3C; }
a { background-color: rgb(27,63,60); }
div.DivClassName
{
background-color: #1B3F3C;
}
.BgClassName
{
background-color: #1B3F3C;
}
</style>
border-color css
<style>
span { border-color: #1B3F3C; }
span { border-color: rgb(27,63,60); }
td.TdClassName
{
border-color: #1B3F3C;
}
.TagClassName
{
border-color: #1B3F3C;
}
</style>