Shades of Teal Blue #1C4C55
Tints of Teal Blue #1C4C55
RGB
CMYK
RGB Variations
Color information
#1C4C55 (or 0x1C4C55) is known color: Teal Blue. HEX triplet: 1C, 4C and 55. RGB value is (28,76,85). Sum of RGB (Red+Green+Blue) = 28+76+85=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C4C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4C55 is #E3B3AA. Grayscale: #3E3E3E. Windows color (decimal): -14922667 or 5590044. OLE color: 5590044.
HSL color Cylindrical-coordinate representation of color #1C4C55: hue angle of 189.47º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C4C55 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 76 | 85 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.67 |
| HSL | 189.47º | 0.5% | 0.22% | - |
| HSV(B) | 189.47º | 0.67% | 0.33% | - |
| XYZ | 4.7 | 6.07 | 9.52 | - |
| YUV | 62.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 85 | 0.67 | 0.11 | 0 | 0.67 | 189.47 | 0.5 | 0.22 |
| Hex | 1C | 4C | 55 | 43 | B | 0 | 43 | BD | 32 | 16 |
| Octal | 34 | 114 | 125 | 103 | 13 | 0 | 103 | 275 | 62 | 26 |
| Binary | 11100 | 1001100 | 1010101 | 1000011 | 1011 | 0 | 1000011 | 10111101 | 110010 | 10110 |
Color Harmonies of #1C4C55
Complementary color
Monochromatic Colors of #1C4C55
Black with #1C4C55
Text Example
Text Example
White with #1C4C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C55; }
p { color: rgb(28,76,85); }
H1.HeaderClassName
{
color: #1C4C55;
}
.AnyTagClassName
{
color: #1C4C55;
}
</style>
background-color css
<style>
a { background-color: #1C4C55; }
a { background-color: rgb(28,76,85); }
div.DivClassName
{
background-color: #1C4C55;
}
.BgClassName
{
background-color: #1C4C55;
}
</style>
border-color css
<style>
span { border-color: #1C4C55; }
span { border-color: rgb(28,76,85); }
td.TdClassName
{
border-color: #1C4C55;
}
.TagClassName
{
border-color: #1C4C55;
}
</style>