Shades of Teal Blue #1C5055
Tints of Teal Blue #1C5055
RGB
CMYK
RGB Variations
Color information
#1C5055 (or 0x1C5055) is known color: Teal Blue. HEX triplet: 1C, 50 and 55. RGB value is (28,80,85). Sum of RGB (Red+Green+Blue) = 28+80+85=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C5055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5055 is #E3AFAA. Grayscale: #404040. Windows color (decimal): -14921643 or 5591068. OLE color: 5591068.
HSL color Cylindrical-coordinate representation of color #1C5055: hue angle of 185.26º 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 #1C5055 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 80 | 85 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.67 |
| HSL | 185.26º | 0.5% | 0.22% | - |
| HSV(B) | 185.26º | 0.67% | 0.33% | - |
| XYZ | 4.99 | 6.64 | 9.61 | - |
| YUV | 65.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 85 | 0.67 | 0.06 | 0 | 0.67 | 185.26 | 0.5 | 0.22 |
| Hex | 1C | 50 | 55 | 43 | 6 | 0 | 43 | B9 | 32 | 16 |
| Octal | 34 | 120 | 125 | 103 | 6 | 0 | 103 | 271 | 62 | 26 |
| Binary | 11100 | 1010000 | 1010101 | 1000011 | 110 | 0 | 1000011 | 10111001 | 110010 | 10110 |
Color Harmonies of #1C5055
Complementary color
Monochromatic Colors of #1C5055
Black with #1C5055
Text Example
Text Example
White with #1C5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5055; }
p { color: rgb(28,80,85); }
H1.HeaderClassName
{
color: #1C5055;
}
.AnyTagClassName
{
color: #1C5055;
}
</style>
background-color css
<style>
a { background-color: #1C5055; }
a { background-color: rgb(28,80,85); }
div.DivClassName
{
background-color: #1C5055;
}
.BgClassName
{
background-color: #1C5055;
}
</style>
border-color css
<style>
span { border-color: #1C5055; }
span { border-color: rgb(28,80,85); }
td.TdClassName
{
border-color: #1C5055;
}
.TagClassName
{
border-color: #1C5055;
}
</style>