Shades of Deep Teal #1C483F
Tints of Deep Teal #1C483F
RGB
CMYK
RGB Variations
Color information
#1C483F (or 0x1C483F) is known color: Deep Teal. HEX triplet: 1C, 48 and 3F. RGB value is (28,72,63). Sum of RGB (Red+Green+Blue) = 28+72+63=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #1C483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C483F is #E3B7C0. Grayscale: #393939. Windows color (decimal): -14923713 or 4147228. OLE color: 4147228.
HSL color Cylindrical-coordinate representation of color #1C483F: hue angle of 167.73º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C483F is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 72 | 63 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.72 |
| HSL | 167.73º | 0.44% | 0.2% | - |
| HSV(B) | 167.73º | 0.61% | 0.28% | - |
| XYZ | 3.69 | 5.24 | 5.52 | - |
| YUV | 57.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 63 | 0.61 | 0 | 0.12 | 0.72 | 167.73 | 0.44 | 0.2 |
| Hex | 1C | 48 | 3F | 3D | 0 | C | 48 | A8 | 2C | 14 |
| Octal | 34 | 110 | 77 | 75 | 0 | 14 | 110 | 250 | 54 | 24 |
| Binary | 11100 | 1001000 | 111111 | 111101 | 0 | 1100 | 1001000 | 10101000 | 101100 | 10100 |
Color Harmonies of #1C483F
Complementary color
Monochromatic Colors of #1C483F
Black with #1C483F
Text Example
Text Example
White with #1C483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C483F; }
p { color: rgb(28,72,63); }
H1.HeaderClassName
{
color: #1C483F;
}
.AnyTagClassName
{
color: #1C483F;
}
</style>
background-color css
<style>
a { background-color: #1C483F; }
a { background-color: rgb(28,72,63); }
div.DivClassName
{
background-color: #1C483F;
}
.BgClassName
{
background-color: #1C483F;
}
</style>
border-color css
<style>
span { border-color: #1C483F; }
span { border-color: rgb(28,72,63); }
td.TdClassName
{
border-color: #1C483F;
}
.TagClassName
{
border-color: #1C483F;
}
</style>