Shades of Teal Blue #284D56
Tints of Teal Blue #284D56
RGB
CMYK
RGB Variations
Color information
#284D56 (or 0x284D56) is known color: Teal Blue. HEX triplet: 28, 4D and 56. RGB value is (40,77,86). Sum of RGB (Red+Green+Blue) = 40+77+86=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #284D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D56 is #D7B2A9. Grayscale: #424242. Windows color (decimal): -14135978 or 5655848. OLE color: 5655848.
HSL color Cylindrical-coordinate representation of color #284D56: hue angle of 191.74º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284D56 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 77 | 86 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.66 |
| HSL | 191.74º | 0.37% | 0.25% | - |
| HSV(B) | 191.74º | 0.53% | 0.34% | - |
| XYZ | 5.21 | 6.43 | 9.77 | - |
| YUV | 66.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 86 | 0.53 | 0.10 | 0 | 0.66 | 191.74 | 0.37 | 0.25 |
| Hex | 28 | 4D | 56 | 35 | A | 0 | 42 | C0 | 25 | 19 |
| Octal | 50 | 115 | 126 | 65 | 12 | 0 | 102 | 300 | 45 | 31 |
| Binary | 101000 | 1001101 | 1010110 | 110101 | 1010 | 0 | 1000010 | 11000000 | 100101 | 11001 |
Color Harmonies of #284D56
Complementary color
Monochromatic Colors of #284D56
Black with #284D56
Text Example
Text Example
White with #284D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D56; }
p { color: rgb(40,77,86); }
H1.HeaderClassName
{
color: #284D56;
}
.AnyTagClassName
{
color: #284D56;
}
</style>
background-color css
<style>
a { background-color: #284D56; }
a { background-color: rgb(40,77,86); }
div.DivClassName
{
background-color: #284D56;
}
.BgClassName
{
background-color: #284D56;
}
</style>
border-color css
<style>
span { border-color: #284D56; }
span { border-color: rgb(40,77,86); }
td.TdClassName
{
border-color: #284D56;
}
.TagClassName
{
border-color: #284D56;
}
</style>