Shades of Teal Blue #28484D
Tints of Teal Blue #28484D
RGB
CMYK
RGB Variations
Color information
#28484D (or 0x28484D) is known color: Teal Blue. HEX triplet: 28, 48 and 4D. RGB value is (40,72,77). Sum of RGB (Red+Green+Blue) = 40+72+77=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #28484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28484D is #D7B7B2. Grayscale: #3E3E3E. Windows color (decimal): -14137267 or 5064744. OLE color: 5064744.
HSL color Cylindrical-coordinate representation of color #28484D: hue angle of 188.11º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28484D is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 72 | 77 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.70 |
| HSL | 188.11º | 0.32% | 0.23% | - |
| HSV(B) | 188.11º | 0.48% | 0.3% | - |
| XYZ | 4.53 | 5.62 | 7.87 | - |
| YUV | 63 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 77 | 0.48 | 0.06 | 0 | 0.70 | 188.11 | 0.32 | 0.23 |
| Hex | 28 | 48 | 4D | 30 | 6 | 0 | 46 | BC | 20 | 17 |
| Octal | 50 | 110 | 115 | 60 | 6 | 0 | 106 | 274 | 40 | 27 |
| Binary | 101000 | 1001000 | 1001101 | 110000 | 110 | 0 | 1000110 | 10111100 | 100000 | 10111 |
Color Harmonies of #28484D
Complementary color
Monochromatic Colors of #28484D
Black with #28484D
Text Example
Text Example
White with #28484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28484D; }
p { color: rgb(40,72,77); }
H1.HeaderClassName
{
color: #28484D;
}
.AnyTagClassName
{
color: #28484D;
}
</style>
background-color css
<style>
a { background-color: #28484D; }
a { background-color: rgb(40,72,77); }
div.DivClassName
{
background-color: #28484D;
}
.BgClassName
{
background-color: #28484D;
}
</style>
border-color css
<style>
span { border-color: #28484D; }
span { border-color: rgb(40,72,77); }
td.TdClassName
{
border-color: #28484D;
}
.TagClassName
{
border-color: #28484D;
}
</style>