Shades of Teal Blue #284E54
Tints of Teal Blue #284E54
RGB
CMYK
RGB Variations
Color information
#284E54 (or 0x284E54) is known color: Teal Blue. HEX triplet: 28, 4E and 54. RGB value is (40,78,84). Sum of RGB (Red+Green+Blue) = 40+78+84=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #284E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E54 is #D7B1AB. Grayscale: #434343. Windows color (decimal): -14135724 or 5525032. OLE color: 5525032.
HSL color Cylindrical-coordinate representation of color #284E54: hue angle of 188.18º 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 #284E54 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 78 | 84 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.67 |
| HSL | 188.18º | 0.35% | 0.24% | - |
| HSV(B) | 188.18º | 0.52% | 0.33% | - |
| XYZ | 5.2 | 6.54 | 9.38 | - |
| YUV | 67.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 84 | 0.52 | 0.07 | 0 | 0.67 | 188.18 | 0.35 | 0.24 |
| Hex | 28 | 4E | 54 | 34 | 7 | 0 | 43 | BC | 23 | 18 |
| Octal | 50 | 116 | 124 | 64 | 7 | 0 | 103 | 274 | 43 | 30 |
| Binary | 101000 | 1001110 | 1010100 | 110100 | 111 | 0 | 1000011 | 10111100 | 100011 | 11000 |
Color Harmonies of #284E54
Complementary color
Monochromatic Colors of #284E54
Black with #284E54
Text Example
Text Example
White with #284E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E54; }
p { color: rgb(40,78,84); }
H1.HeaderClassName
{
color: #284E54;
}
.AnyTagClassName
{
color: #284E54;
}
</style>
background-color css
<style>
a { background-color: #284E54; }
a { background-color: rgb(40,78,84); }
div.DivClassName
{
background-color: #284E54;
}
.BgClassName
{
background-color: #284E54;
}
</style>
border-color css
<style>
span { border-color: #284E54; }
span { border-color: rgb(40,78,84); }
td.TdClassName
{
border-color: #284E54;
}
.TagClassName
{
border-color: #284E54;
}
</style>