Shades of Teal Blue #284D53
Tints of Teal Blue #284D53
RGB
CMYK
RGB Variations
Color information
#284D53 (or 0x284D53) is known color: Teal Blue. HEX triplet: 28, 4D and 53. RGB value is (40,77,83). Sum of RGB (Red+Green+Blue) = 40+77+83=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #284D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D53 is #D7B2AC. Grayscale: #424242. Windows color (decimal): -14135981 or 5459240. OLE color: 5459240.
HSL color Cylindrical-coordinate representation of color #284D53: hue angle of 188.37º 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 #284D53 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 77 | 83 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.67 |
| HSL | 188.37º | 0.35% | 0.24% | - |
| HSV(B) | 188.37º | 0.52% | 0.33% | - |
| XYZ | 5.09 | 6.38 | 9.15 | - |
| YUV | 66.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 83 | 0.52 | 0.07 | 0 | 0.67 | 188.37 | 0.35 | 0.24 |
| Hex | 28 | 4D | 53 | 34 | 7 | 0 | 43 | BC | 23 | 18 |
| Octal | 50 | 115 | 123 | 64 | 7 | 0 | 103 | 274 | 43 | 30 |
| Binary | 101000 | 1001101 | 1010011 | 110100 | 111 | 0 | 1000011 | 10111100 | 100011 | 11000 |
Color Harmonies of #284D53
Complementary color
Monochromatic Colors of #284D53
Black with #284D53
Text Example
Text Example
White with #284D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D53; }
p { color: rgb(40,77,83); }
H1.HeaderClassName
{
color: #284D53;
}
.AnyTagClassName
{
color: #284D53;
}
</style>
background-color css
<style>
a { background-color: #284D53; }
a { background-color: rgb(40,77,83); }
div.DivClassName
{
background-color: #284D53;
}
.BgClassName
{
background-color: #284D53;
}
</style>
border-color css
<style>
span { border-color: #284D53; }
span { border-color: rgb(40,77,83); }
td.TdClassName
{
border-color: #284D53;
}
.TagClassName
{
border-color: #284D53;
}
</style>