Shades of Teal Blue #284650
Tints of Teal Blue #284650
RGB
CMYK
RGB Variations
Color information
#284650 (or 0x284650) is known color: Teal Blue. HEX triplet: 28, 46 and 50. RGB value is (40,70,80). Sum of RGB (Red+Green+Blue) = 40+70+80=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #284650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284650 is #D7B9AF. Grayscale: #3E3E3E. Windows color (decimal): -14137776 or 5260840. OLE color: 5260840.
HSL color Cylindrical-coordinate representation of color #284650: hue angle of 195º 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 #284650 is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 70 | 80 | - |
| CMYK | 0.5 | 0.12 | 0 | 0.69 |
| HSL | 195º | 0.33% | 0.24% | - |
| HSV(B) | 195º | 0.5% | 0.31% | - |
| XYZ | 4.51 | 5.41 | 8.4 | - |
| YUV | 62.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 80 | 0.5 | 0.12 | 0 | 0.69 | 195 | 0.33 | 0.24 |
| Hex | 28 | 46 | 50 | 32 | C | 0 | 45 | C3 | 21 | 18 |
| Octal | 50 | 106 | 120 | 62 | 14 | 0 | 105 | 303 | 41 | 30 |
| Binary | 101000 | 1000110 | 1010000 | 110010 | 1100 | 0 | 1000101 | 11000011 | 100001 | 11000 |
Color Harmonies of #284650
Complementary color
Monochromatic Colors of #284650
Black with #284650
Text Example
Text Example
White with #284650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284650; }
p { color: rgb(40,70,80); }
H1.HeaderClassName
{
color: #284650;
}
.AnyTagClassName
{
color: #284650;
}
</style>
background-color css
<style>
a { background-color: #284650; }
a { background-color: rgb(40,70,80); }
div.DivClassName
{
background-color: #284650;
}
.BgClassName
{
background-color: #284650;
}
</style>
border-color css
<style>
span { border-color: #284650; }
span { border-color: rgb(40,70,80); }
td.TdClassName
{
border-color: #284650;
}
.TagClassName
{
border-color: #284650;
}
</style>