Shades of Teal Blue #284A54
Tints of Teal Blue #284A54
RGB
CMYK
RGB Variations
Color information
#284A54 (or 0x284A54) is known color: Teal Blue. HEX triplet: 28, 4A and 54. RGB value is (40,74,84). Sum of RGB (Red+Green+Blue) = 40+74+84=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #284A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A54 is #D7B5AB. Grayscale: #404040. Windows color (decimal): -14136748 or 5524008. OLE color: 5524008.
HSL color Cylindrical-coordinate representation of color #284A54: hue angle of 193.64º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #284A54 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 74 | 84 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.67 |
| HSL | 193.64º | 0.35% | 0.24% | - |
| HSV(B) | 193.64º | 0.52% | 0.33% | - |
| XYZ | 4.92 | 5.99 | 9.28 | - |
| YUV | 64.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 84 | 0.52 | 0.12 | 0 | 0.67 | 193.64 | 0.35 | 0.24 |
| Hex | 28 | 4A | 54 | 34 | C | 0 | 43 | C2 | 23 | 18 |
| Octal | 50 | 112 | 124 | 64 | 14 | 0 | 103 | 302 | 43 | 30 |
| Binary | 101000 | 1001010 | 1010100 | 110100 | 1100 | 0 | 1000011 | 11000010 | 100011 | 11000 |
Color Harmonies of #284A54
Complementary color
Monochromatic Colors of #284A54
Black with #284A54
Text Example
Text Example
White with #284A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A54; }
p { color: rgb(40,74,84); }
H1.HeaderClassName
{
color: #284A54;
}
.AnyTagClassName
{
color: #284A54;
}
</style>
background-color css
<style>
a { background-color: #284A54; }
a { background-color: rgb(40,74,84); }
div.DivClassName
{
background-color: #284A54;
}
.BgClassName
{
background-color: #284A54;
}
</style>
border-color css
<style>
span { border-color: #284A54; }
span { border-color: rgb(40,74,84); }
td.TdClassName
{
border-color: #284A54;
}
.TagClassName
{
border-color: #284A54;
}
</style>