Shades of Teal Blue #284553
Tints of Teal Blue #284553
RGB
CMYK
RGB Variations
Color information
#284553 (or 0x284553) is known color: Teal Blue. HEX triplet: 28, 45 and 53. RGB value is (40,69,83). Sum of RGB (Red+Green+Blue) = 40+69+83=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #284553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284553 is #D7BAAC. Grayscale: #3D3D3D. Windows color (decimal): -14138029 or 5457192. OLE color: 5457192.
HSL color Cylindrical-coordinate representation of color #284553: hue angle of 199.53º 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 #284553 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 69 | 83 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.67 |
| HSL | 199.53º | 0.35% | 0.24% | - |
| HSV(B) | 199.53º | 0.52% | 0.33% | - |
| XYZ | 4.56 | 5.33 | 8.97 | - |
| YUV | 61.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 83 | 0.52 | 0.17 | 0 | 0.67 | 199.53 | 0.35 | 0.24 |
| Hex | 28 | 45 | 53 | 34 | 11 | 0 | 43 | C8 | 23 | 18 |
| Octal | 50 | 105 | 123 | 64 | 21 | 0 | 103 | 310 | 43 | 30 |
| Binary | 101000 | 1000101 | 1010011 | 110100 | 10001 | 0 | 1000011 | 11001000 | 100011 | 11000 |
Color Harmonies of #284553
Complementary color
Monochromatic Colors of #284553
Black with #284553
Text Example
Text Example
White with #284553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284553; }
p { color: rgb(40,69,83); }
H1.HeaderClassName
{
color: #284553;
}
.AnyTagClassName
{
color: #284553;
}
</style>
background-color css
<style>
a { background-color: #284553; }
a { background-color: rgb(40,69,83); }
div.DivClassName
{
background-color: #284553;
}
.BgClassName
{
background-color: #284553;
}
</style>
border-color css
<style>
span { border-color: #284553; }
span { border-color: rgb(40,69,83); }
td.TdClassName
{
border-color: #284553;
}
.TagClassName
{
border-color: #284553;
}
</style>