Shades of Teal Blue #284A55
Tints of Teal Blue #284A55
RGB
CMYK
RGB Variations
Color information
#284A55 (or 0x284A55) is known color: Teal Blue. HEX triplet: 28, 4A and 55. RGB value is (40,74,85). Sum of RGB (Red+Green+Blue) = 40+74+85=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #284A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A55 is #D7B5AA. Grayscale: #414141. Windows color (decimal): -14136747 or 5589544. OLE color: 5589544.
HSL color Cylindrical-coordinate representation of color #284A55: hue angle of 194.67º 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 #284A55 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 74 | 85 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.67 |
| HSL | 194.67º | 0.36% | 0.25% | - |
| HSV(B) | 194.67º | 0.53% | 0.33% | - |
| XYZ | 4.96 | 6 | 9.49 | - |
| YUV | 65.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 85 | 0.53 | 0.13 | 0 | 0.67 | 194.67 | 0.36 | 0.25 |
| Hex | 28 | 4A | 55 | 35 | D | 0 | 43 | C3 | 24 | 19 |
| Octal | 50 | 112 | 125 | 65 | 15 | 0 | 103 | 303 | 44 | 31 |
| Binary | 101000 | 1001010 | 1010101 | 110101 | 1101 | 0 | 1000011 | 11000011 | 100100 | 11001 |
Color Harmonies of #284A55
Complementary color
Monochromatic Colors of #284A55
Black with #284A55
Text Example
Text Example
White with #284A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A55; }
p { color: rgb(40,74,85); }
H1.HeaderClassName
{
color: #284A55;
}
.AnyTagClassName
{
color: #284A55;
}
</style>
background-color css
<style>
a { background-color: #284A55; }
a { background-color: rgb(40,74,85); }
div.DivClassName
{
background-color: #284A55;
}
.BgClassName
{
background-color: #284A55;
}
</style>
border-color css
<style>
span { border-color: #284A55; }
span { border-color: rgb(40,74,85); }
td.TdClassName
{
border-color: #284A55;
}
.TagClassName
{
border-color: #284A55;
}
</style>