Shades of Teal Blue #284D58
Tints of Teal Blue #284D58
RGB
CMYK
RGB Variations
Color information
#284D58 (or 0x284D58) is known color: Teal Blue. HEX triplet: 28, 4D and 58. RGB value is (40,77,88). Sum of RGB (Red+Green+Blue) = 40+77+88=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #284D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D58 is #D7B2A7. Grayscale: #434343. Windows color (decimal): -14135976 or 5786920. OLE color: 5786920.
HSL color Cylindrical-coordinate representation of color #284D58: hue angle of 193.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #284D58 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 77 | 88 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.65 |
| HSL | 193.75º | 0.38% | 0.25% | - |
| HSV(B) | 193.75º | 0.55% | 0.35% | - |
| XYZ | 5.29 | 6.46 | 10.2 | - |
| YUV | 67.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 88 | 0.55 | 0.12 | 0 | 0.65 | 193.75 | 0.38 | 0.25 |
| Hex | 28 | 4D | 58 | 37 | C | 0 | 41 | C2 | 26 | 19 |
| Octal | 50 | 115 | 130 | 67 | 14 | 0 | 101 | 302 | 46 | 31 |
| Binary | 101000 | 1001101 | 1011000 | 110111 | 1100 | 0 | 1000001 | 11000010 | 100110 | 11001 |
Color Harmonies of #284D58
Complementary color
Monochromatic Colors of #284D58
Black with #284D58
Text Example
Text Example
White with #284D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D58; }
p { color: rgb(40,77,88); }
H1.HeaderClassName
{
color: #284D58;
}
.AnyTagClassName
{
color: #284D58;
}
</style>
background-color css
<style>
a { background-color: #284D58; }
a { background-color: rgb(40,77,88); }
div.DivClassName
{
background-color: #284D58;
}
.BgClassName
{
background-color: #284D58;
}
</style>
border-color css
<style>
span { border-color: #284D58; }
span { border-color: rgb(40,77,88); }
td.TdClassName
{
border-color: #284D58;
}
.TagClassName
{
border-color: #284D58;
}
</style>