Shades of Teal Blue #284D59
Tints of Teal Blue #284D59
RGB
CMYK
RGB Variations
Color information
#284D59 (or 0x284D59) is known color: Teal Blue. HEX triplet: 28, 4D and 59. RGB value is (40,77,89). Sum of RGB (Red+Green+Blue) = 40+77+89=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #284D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D59 is #D7B2A6. Grayscale: #434343. Windows color (decimal): -14135975 or 5852456. OLE color: 5852456.
HSL color Cylindrical-coordinate representation of color #284D59: hue angle of 194.69º 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 #284D59 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 77 | 89 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.65 |
| HSL | 194.69º | 0.38% | 0.25% | - |
| HSV(B) | 194.69º | 0.55% | 0.35% | - |
| XYZ | 5.33 | 6.48 | 10.42 | - |
| YUV | 67.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 89 | 0.55 | 0.13 | 0 | 0.65 | 194.69 | 0.38 | 0.25 |
| Hex | 28 | 4D | 59 | 37 | D | 0 | 41 | C3 | 26 | 19 |
| Octal | 50 | 115 | 131 | 67 | 15 | 0 | 101 | 303 | 46 | 31 |
| Binary | 101000 | 1001101 | 1011001 | 110111 | 1101 | 0 | 1000001 | 11000011 | 100110 | 11001 |
Color Harmonies of #284D59
Complementary color
Monochromatic Colors of #284D59
Black with #284D59
Text Example
Text Example
White with #284D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D59; }
p { color: rgb(40,77,89); }
H1.HeaderClassName
{
color: #284D59;
}
.AnyTagClassName
{
color: #284D59;
}
</style>
background-color css
<style>
a { background-color: #284D59; }
a { background-color: rgb(40,77,89); }
div.DivClassName
{
background-color: #284D59;
}
.BgClassName
{
background-color: #284D59;
}
</style>
border-color css
<style>
span { border-color: #284D59; }
span { border-color: rgb(40,77,89); }
td.TdClassName
{
border-color: #284D59;
}
.TagClassName
{
border-color: #284D59;
}
</style>