Shades of Teal Blue #284857
Tints of Teal Blue #284857
RGB
CMYK
RGB Variations
Color information
#284857 (or 0x284857) is known color: Teal Blue. HEX triplet: 28, 48 and 57. RGB value is (40,72,87). Sum of RGB (Red+Green+Blue) = 40+72+87=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #284857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284857 is #D7B7A8. Grayscale: #404040. Windows color (decimal): -14137257 or 5720104. OLE color: 5720104.
HSL color Cylindrical-coordinate representation of color #284857: hue angle of 199.15º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #284857 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 72 | 87 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.66 |
| HSL | 199.15º | 0.37% | 0.25% | - |
| HSV(B) | 199.15º | 0.54% | 0.34% | - |
| XYZ | 4.91 | 5.77 | 9.87 | - |
| YUV | 64.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 87 | 0.54 | 0.17 | 0 | 0.66 | 199.15 | 0.37 | 0.25 |
| Hex | 28 | 48 | 57 | 36 | 11 | 0 | 42 | C7 | 25 | 19 |
| Octal | 50 | 110 | 127 | 66 | 21 | 0 | 102 | 307 | 45 | 31 |
| Binary | 101000 | 1001000 | 1010111 | 110110 | 10001 | 0 | 1000010 | 11000111 | 100101 | 11001 |
Color Harmonies of #284857
Complementary color
Monochromatic Colors of #284857
Black with #284857
Text Example
Text Example
White with #284857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284857; }
p { color: rgb(40,72,87); }
H1.HeaderClassName
{
color: #284857;
}
.AnyTagClassName
{
color: #284857;
}
</style>
background-color css
<style>
a { background-color: #284857; }
a { background-color: rgb(40,72,87); }
div.DivClassName
{
background-color: #284857;
}
.BgClassName
{
background-color: #284857;
}
</style>
border-color css
<style>
span { border-color: #284857; }
span { border-color: rgb(40,72,87); }
td.TdClassName
{
border-color: #284857;
}
.TagClassName
{
border-color: #284857;
}
</style>