Shades of Teal Blue #284C57
Tints of Teal Blue #284C57
RGB
CMYK
RGB Variations
Color information
#284C57 (or 0x284C57) is known color: Teal Blue. HEX triplet: 28, 4C and 57. RGB value is (40,76,87). Sum of RGB (Red+Green+Blue) = 40+76+87=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #284C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C57 is #D7B3A8. Grayscale: #424242. Windows color (decimal): -14136233 or 5721128. OLE color: 5721128.
HSL color Cylindrical-coordinate representation of color #284C57: hue angle of 194.04º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #284C57 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 76 | 87 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.66 |
| HSL | 194.04º | 0.37% | 0.25% | - |
| HSV(B) | 194.04º | 0.54% | 0.34% | - |
| XYZ | 5.18 | 6.31 | 9.96 | - |
| YUV | 66.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 87 | 0.54 | 0.13 | 0 | 0.66 | 194.04 | 0.37 | 0.25 |
| Hex | 28 | 4C | 57 | 36 | D | 0 | 42 | C2 | 25 | 19 |
| Octal | 50 | 114 | 127 | 66 | 15 | 0 | 102 | 302 | 45 | 31 |
| Binary | 101000 | 1001100 | 1010111 | 110110 | 1101 | 0 | 1000010 | 11000010 | 100101 | 11001 |
Color Harmonies of #284C57
Complementary color
Monochromatic Colors of #284C57
Black with #284C57
Text Example
Text Example
White with #284C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C57; }
p { color: rgb(40,76,87); }
H1.HeaderClassName
{
color: #284C57;
}
.AnyTagClassName
{
color: #284C57;
}
</style>
background-color css
<style>
a { background-color: #284C57; }
a { background-color: rgb(40,76,87); }
div.DivClassName
{
background-color: #284C57;
}
.BgClassName
{
background-color: #284C57;
}
</style>
border-color css
<style>
span { border-color: #284C57; }
span { border-color: rgb(40,76,87); }
td.TdClassName
{
border-color: #284C57;
}
.TagClassName
{
border-color: #284C57;
}
</style>