Shades of Teal Blue #284A50
Tints of Teal Blue #284A50
RGB
CMYK
RGB Variations
Color information
#284A50 (or 0x284A50) is known color: Teal Blue. HEX triplet: 28, 4A and 50. RGB value is (40,74,80). Sum of RGB (Red+Green+Blue) = 40+74+80=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #284A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A50 is #D7B5AF. Grayscale: #404040. Windows color (decimal): -14136752 or 5261864. OLE color: 5261864.
HSL color Cylindrical-coordinate representation of color #284A50: hue angle of 189º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #284A50 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 74 | 80 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.69 |
| HSL | 189º | 0.33% | 0.24% | - |
| HSV(B) | 189º | 0.5% | 0.31% | - |
| XYZ | 4.77 | 5.93 | 8.48 | - |
| YUV | 64.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 80 | 0.5 | 0.08 | 0 | 0.69 | 189 | 0.33 | 0.24 |
| Hex | 28 | 4A | 50 | 32 | 8 | 0 | 45 | BD | 21 | 18 |
| Octal | 50 | 112 | 120 | 62 | 10 | 0 | 105 | 275 | 41 | 30 |
| Binary | 101000 | 1001010 | 1010000 | 110010 | 1000 | 0 | 1000101 | 10111101 | 100001 | 11000 |
Color Harmonies of #284A50
Complementary color
Monochromatic Colors of #284A50
Black with #284A50
Text Example
Text Example
White with #284A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A50; }
p { color: rgb(40,74,80); }
H1.HeaderClassName
{
color: #284A50;
}
.AnyTagClassName
{
color: #284A50;
}
</style>
background-color css
<style>
a { background-color: #284A50; }
a { background-color: rgb(40,74,80); }
div.DivClassName
{
background-color: #284A50;
}
.BgClassName
{
background-color: #284A50;
}
</style>
border-color css
<style>
span { border-color: #284A50; }
span { border-color: rgb(40,74,80); }
td.TdClassName
{
border-color: #284A50;
}
.TagClassName
{
border-color: #284A50;
}
</style>