Shades of Teal Blue #284C59
Tints of Teal Blue #284C59
RGB
CMYK
RGB Variations
Color information
#284C59 (or 0x284C59) is known color: Teal Blue. HEX triplet: 28, 4C and 59. RGB value is (40,76,89). Sum of RGB (Red+Green+Blue) = 40+76+89=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #284C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C59 is #D7B3A6. Grayscale: #424242. Windows color (decimal): -14136231 or 5852200. OLE color: 5852200.
HSL color Cylindrical-coordinate representation of color #284C59: hue angle of 195.92º 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 #284C59 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 76 | 89 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.65 |
| HSL | 195.92º | 0.38% | 0.25% | - |
| HSV(B) | 195.92º | 0.55% | 0.35% | - |
| XYZ | 5.26 | 6.34 | 10.4 | - |
| YUV | 66.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 89 | 0.55 | 0.15 | 0 | 0.65 | 195.92 | 0.38 | 0.25 |
| Hex | 28 | 4C | 59 | 37 | F | 0 | 41 | C4 | 26 | 19 |
| Octal | 50 | 114 | 131 | 67 | 17 | 0 | 101 | 304 | 46 | 31 |
| Binary | 101000 | 1001100 | 1011001 | 110111 | 1111 | 0 | 1000001 | 11000100 | 100110 | 11001 |
Color Harmonies of #284C59
Complementary color
Monochromatic Colors of #284C59
Black with #284C59
Text Example
Text Example
White with #284C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C59; }
p { color: rgb(40,76,89); }
H1.HeaderClassName
{
color: #284C59;
}
.AnyTagClassName
{
color: #284C59;
}
</style>
background-color css
<style>
a { background-color: #284C59; }
a { background-color: rgb(40,76,89); }
div.DivClassName
{
background-color: #284C59;
}
.BgClassName
{
background-color: #284C59;
}
</style>
border-color css
<style>
span { border-color: #284C59; }
span { border-color: rgb(40,76,89); }
td.TdClassName
{
border-color: #284C59;
}
.TagClassName
{
border-color: #284C59;
}
</style>