Shades of Deep Teal #1C3F37
Tints of Deep Teal #1C3F37
RGB
CMYK
RGB Variations
Color information
#1C3F37 (or 0x1C3F37) is known color: Deep Teal. HEX triplet: 1C, 3F and 37. RGB value is (28,63,55). Sum of RGB (Red+Green+Blue) = 28+63+55=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 63 - color contains mainly: green. Hex color #1C3F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3F37 is #E3C0C8. Grayscale: #333333. Windows color (decimal): -14926025 or 3620636. OLE color: 3620636.
HSL color Cylindrical-coordinate representation of color #1C3F37: hue angle of 166.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C3F37 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 63 | 55 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.75 |
| HSL | 166.29º | 0.38% | 0.18% | - |
| HSV(B) | 166.29º | 0.56% | 0.25% | - |
| XYZ | 2.95 | 4.08 | 4.25 | - |
| YUV | 51.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 63 | 55 | 0.56 | 0 | 0.13 | 0.75 | 166.29 | 0.38 | 0.18 |
| Hex | 1C | 3F | 37 | 38 | 0 | D | 4B | A6 | 26 | 12 |
| Octal | 34 | 77 | 67 | 70 | 0 | 15 | 113 | 246 | 46 | 22 |
| Binary | 11100 | 111111 | 110111 | 111000 | 0 | 1101 | 1001011 | 10100110 | 100110 | 10010 |
Color Harmonies of #1C3F37
Complementary color
Monochromatic Colors of #1C3F37
Black with #1C3F37
Text Example
Text Example
White with #1C3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3F37; }
p { color: rgb(28,63,55); }
H1.HeaderClassName
{
color: #1C3F37;
}
.AnyTagClassName
{
color: #1C3F37;
}
</style>
background-color css
<style>
a { background-color: #1C3F37; }
a { background-color: rgb(28,63,55); }
div.DivClassName
{
background-color: #1C3F37;
}
.BgClassName
{
background-color: #1C3F37;
}
</style>
border-color css
<style>
span { border-color: #1C3F37; }
span { border-color: rgb(28,63,55); }
td.TdClassName
{
border-color: #1C3F37;
}
.TagClassName
{
border-color: #1C3F37;
}
</style>