Shades of Teal Blue #284A56
Tints of Teal Blue #284A56
RGB
CMYK
RGB Variations
Color information
#284A56 (or 0x284A56) is known color: Teal Blue. HEX triplet: 28, 4A and 56. RGB value is (40,74,86). Sum of RGB (Red+Green+Blue) = 40+74+86=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #284A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A56 is #D7B5A9. Grayscale: #414141. Windows color (decimal): -14136746 or 5655080. OLE color: 5655080.
HSL color Cylindrical-coordinate representation of color #284A56: hue angle of 195.65º 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 #284A56 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 74 | 86 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.66 |
| HSL | 195.65º | 0.37% | 0.25% | - |
| HSV(B) | 195.65º | 0.53% | 0.34% | - |
| XYZ | 5 | 6.02 | 9.7 | - |
| YUV | 65.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 86 | 0.53 | 0.14 | 0 | 0.66 | 195.65 | 0.37 | 0.25 |
| Hex | 28 | 4A | 56 | 35 | E | 0 | 42 | C4 | 25 | 19 |
| Octal | 50 | 112 | 126 | 65 | 16 | 0 | 102 | 304 | 45 | 31 |
| Binary | 101000 | 1001010 | 1010110 | 110101 | 1110 | 0 | 1000010 | 11000100 | 100101 | 11001 |
Color Harmonies of #284A56
Complementary color
Monochromatic Colors of #284A56
Black with #284A56
Text Example
Text Example
White with #284A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A56; }
p { color: rgb(40,74,86); }
H1.HeaderClassName
{
color: #284A56;
}
.AnyTagClassName
{
color: #284A56;
}
</style>
background-color css
<style>
a { background-color: #284A56; }
a { background-color: rgb(40,74,86); }
div.DivClassName
{
background-color: #284A56;
}
.BgClassName
{
background-color: #284A56;
}
</style>
border-color css
<style>
span { border-color: #284A56; }
span { border-color: rgb(40,74,86); }
td.TdClassName
{
border-color: #284A56;
}
.TagClassName
{
border-color: #284A56;
}
</style>