Shades of Teal Blue #1C5159
Tints of Teal Blue #1C5159
RGB
CMYK
RGB Variations
Color information
#1C5159 (or 0x1C5159) is known color: Teal Blue. HEX triplet: 1C, 51 and 59. RGB value is (28,81,89). Sum of RGB (Red+Green+Blue) = 28+81+89=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C5159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5159 is #E3AEA6. Grayscale: #414141. Windows color (decimal): -14921383 or 5853468. OLE color: 5853468.
HSL color Cylindrical-coordinate representation of color #1C5159: hue angle of 187.87º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5159 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 81 | 89 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.65 |
| HSL | 187.87º | 0.52% | 0.23% | - |
| HSV(B) | 187.87º | 0.69% | 0.35% | - |
| XYZ | 5.22 | 6.85 | 10.5 | - |
| YUV | 66.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 89 | 0.69 | 0.09 | 0 | 0.65 | 187.87 | 0.52 | 0.23 |
| Hex | 1C | 51 | 59 | 45 | 9 | 0 | 41 | BC | 34 | 17 |
| Octal | 34 | 121 | 131 | 105 | 11 | 0 | 101 | 274 | 64 | 27 |
| Binary | 11100 | 1010001 | 1011001 | 1000101 | 1001 | 0 | 1000001 | 10111100 | 110100 | 10111 |
Color Harmonies of #1C5159
Complementary color
Monochromatic Colors of #1C5159
Black with #1C5159
Text Example
Text Example
White with #1C5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5159; }
p { color: rgb(28,81,89); }
H1.HeaderClassName
{
color: #1C5159;
}
.AnyTagClassName
{
color: #1C5159;
}
</style>
background-color css
<style>
a { background-color: #1C5159; }
a { background-color: rgb(28,81,89); }
div.DivClassName
{
background-color: #1C5159;
}
.BgClassName
{
background-color: #1C5159;
}
</style>
border-color css
<style>
span { border-color: #1C5159; }
span { border-color: rgb(28,81,89); }
td.TdClassName
{
border-color: #1C5159;
}
.TagClassName
{
border-color: #1C5159;
}
</style>