Shades of Teal Blue #284F55
Tints of Teal Blue #284F55
RGB
CMYK
RGB Variations
Color information
#284F55 (or 0x284F55) is known color: Teal Blue. HEX triplet: 28, 4F and 55. RGB value is (40,79,85). Sum of RGB (Red+Green+Blue) = 40+79+85=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #284F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F55 is #D7B0AA. Grayscale: #434343. Windows color (decimal): -14135467 or 5590824. OLE color: 5590824.
HSL color Cylindrical-coordinate representation of color #284F55: hue angle of 188º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284F55 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 79 | 85 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.67 |
| HSL | 188º | 0.36% | 0.25% | - |
| HSV(B) | 188º | 0.53% | 0.33% | - |
| XYZ | 5.31 | 6.7 | 9.61 | - |
| YUV | 68.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 85 | 0.53 | 0.07 | 0 | 0.67 | 188 | 0.36 | 0.25 |
| Hex | 28 | 4F | 55 | 35 | 7 | 0 | 43 | BC | 24 | 19 |
| Octal | 50 | 117 | 125 | 65 | 7 | 0 | 103 | 274 | 44 | 31 |
| Binary | 101000 | 1001111 | 1010101 | 110101 | 111 | 0 | 1000011 | 10111100 | 100100 | 11001 |
Color Harmonies of #284F55
Complementary color
Monochromatic Colors of #284F55
Black with #284F55
Text Example
Text Example
White with #284F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284F55; }
p { color: rgb(40,79,85); }
H1.HeaderClassName
{
color: #284F55;
}
.AnyTagClassName
{
color: #284F55;
}
</style>
background-color css
<style>
a { background-color: #284F55; }
a { background-color: rgb(40,79,85); }
div.DivClassName
{
background-color: #284F55;
}
.BgClassName
{
background-color: #284F55;
}
</style>
border-color css
<style>
span { border-color: #284F55; }
span { border-color: rgb(40,79,85); }
td.TdClassName
{
border-color: #284F55;
}
.TagClassName
{
border-color: #284F55;
}
</style>