Shades of Teal Blue #1C545A
Tints of Teal Blue #1C545A
RGB
CMYK
RGB Variations
Color information
#1C545A (or 0x1C545A) is known color: Teal Blue. HEX triplet: 1C, 54 and 5A. RGB value is (28,84,90). Sum of RGB (Red+Green+Blue) = 28+84+90=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C545A is #E3ABA5. Grayscale: #434343. Windows color (decimal): -14920614 or 5919772. OLE color: 5919772.
HSL color Cylindrical-coordinate representation of color #1C545A: hue angle of 185.81º degrees, saturation: 0.53, 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 #1C545A is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 84 | 90 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.65 |
| HSL | 185.81º | 0.53% | 0.23% | - |
| HSV(B) | 185.81º | 0.69% | 0.35% | - |
| XYZ | 5.49 | 7.33 | 10.8 | - |
| YUV | 67.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 84 | 90 | 0.69 | 0.07 | 0 | 0.65 | 185.81 | 0.53 | 0.23 |
| Hex | 1C | 54 | 5A | 45 | 7 | 0 | 41 | BA | 35 | 17 |
| Octal | 34 | 124 | 132 | 105 | 7 | 0 | 101 | 272 | 65 | 27 |
| Binary | 11100 | 1010100 | 1011010 | 1000101 | 111 | 0 | 1000001 | 10111010 | 110101 | 10111 |
Color Harmonies of #1C545A
Complementary color
Monochromatic Colors of #1C545A
Black with #1C545A
Text Example
Text Example
White with #1C545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C545A; }
p { color: rgb(28,84,90); }
H1.HeaderClassName
{
color: #1C545A;
}
.AnyTagClassName
{
color: #1C545A;
}
</style>
background-color css
<style>
a { background-color: #1C545A; }
a { background-color: rgb(28,84,90); }
div.DivClassName
{
background-color: #1C545A;
}
.BgClassName
{
background-color: #1C545A;
}
</style>
border-color css
<style>
span { border-color: #1C545A; }
span { border-color: rgb(28,84,90); }
td.TdClassName
{
border-color: #1C545A;
}
.TagClassName
{
border-color: #1C545A;
}
</style>