Shades of Teal Blue #1C4952
Tints of Teal Blue #1C4952
RGB
CMYK
RGB Variations
Color information
#1C4952 (or 0x1C4952) is known color: Teal Blue. HEX triplet: 1C, 49 and 52. RGB value is (28,73,82). Sum of RGB (Red+Green+Blue) = 28+73+82=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #1C4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4952 is #E3B6AD. Grayscale: #3C3C3C. Windows color (decimal): -14923438 or 5392668. OLE color: 5392668.
HSL color Cylindrical-coordinate representation of color #1C4952: hue angle of 190º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C4952 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 73 | 82 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.68 |
| HSL | 190º | 0.49% | 0.22% | - |
| HSV(B) | 190º | 0.66% | 0.32% | - |
| XYZ | 4.38 | 5.62 | 8.84 | - |
| YUV | 60.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 82 | 0.66 | 0.11 | 0 | 0.68 | 190 | 0.49 | 0.22 |
| Hex | 1C | 49 | 52 | 42 | B | 0 | 44 | BE | 31 | 16 |
| Octal | 34 | 111 | 122 | 102 | 13 | 0 | 104 | 276 | 61 | 26 |
| Binary | 11100 | 1001001 | 1010010 | 1000010 | 1011 | 0 | 1000100 | 10111110 | 110001 | 10110 |
Color Harmonies of #1C4952
Complementary color
Monochromatic Colors of #1C4952
Black with #1C4952
Text Example
Text Example
White with #1C4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4952; }
p { color: rgb(28,73,82); }
H1.HeaderClassName
{
color: #1C4952;
}
.AnyTagClassName
{
color: #1C4952;
}
</style>
background-color css
<style>
a { background-color: #1C4952; }
a { background-color: rgb(28,73,82); }
div.DivClassName
{
background-color: #1C4952;
}
.BgClassName
{
background-color: #1C4952;
}
</style>
border-color css
<style>
span { border-color: #1C4952; }
span { border-color: rgb(28,73,82); }
td.TdClassName
{
border-color: #1C4952;
}
.TagClassName
{
border-color: #1C4952;
}
</style>