Shades of Teal Blue #284854
Tints of Teal Blue #284854
RGB
CMYK
RGB Variations
Color information
#284854 (or 0x284854) is known color: Teal Blue. HEX triplet: 28, 48 and 54. RGB value is (40,72,84). Sum of RGB (Red+Green+Blue) = 40+72+84=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #284854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284854 is #D7B7AB. Grayscale: #3F3F3F. Windows color (decimal): -14137260 or 5523496. OLE color: 5523496.
HSL color Cylindrical-coordinate representation of color #284854: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #284854 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 72 | 84 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.67 |
| HSL | 196.36º | 0.35% | 0.24% | - |
| HSV(B) | 196.36º | 0.52% | 0.33% | - |
| XYZ | 4.79 | 5.73 | 9.24 | - |
| YUV | 63.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 84 | 0.52 | 0.14 | 0 | 0.67 | 196.36 | 0.35 | 0.24 |
| Hex | 28 | 48 | 54 | 34 | E | 0 | 43 | C4 | 23 | 18 |
| Octal | 50 | 110 | 124 | 64 | 16 | 0 | 103 | 304 | 43 | 30 |
| Binary | 101000 | 1001000 | 1010100 | 110100 | 1110 | 0 | 1000011 | 11000100 | 100011 | 11000 |
Color Harmonies of #284854
Complementary color
Monochromatic Colors of #284854
Black with #284854
Text Example
Text Example
White with #284854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284854; }
p { color: rgb(40,72,84); }
H1.HeaderClassName
{
color: #284854;
}
.AnyTagClassName
{
color: #284854;
}
</style>
background-color css
<style>
a { background-color: #284854; }
a { background-color: rgb(40,72,84); }
div.DivClassName
{
background-color: #284854;
}
.BgClassName
{
background-color: #284854;
}
</style>
border-color css
<style>
span { border-color: #284854; }
span { border-color: rgb(40,72,84); }
td.TdClassName
{
border-color: #284854;
}
.TagClassName
{
border-color: #284854;
}
</style>