Shades of Teal Blue #284855
Tints of Teal Blue #284855
RGB
CMYK
RGB Variations
Color information
#284855 (or 0x284855) is known color: Teal Blue. HEX triplet: 28, 48 and 55. RGB value is (40,72,85). Sum of RGB (Red+Green+Blue) = 40+72+85=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #284855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284855 is #D7B7AA. Grayscale: #3F3F3F. Windows color (decimal): -14137259 or 5589032. OLE color: 5589032.
HSL color Cylindrical-coordinate representation of color #284855: hue angle of 197.33º 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 #284855 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 72 | 85 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.67 |
| HSL | 197.33º | 0.36% | 0.25% | - |
| HSV(B) | 197.33º | 0.53% | 0.33% | - |
| XYZ | 4.83 | 5.74 | 9.45 | - |
| YUV | 63.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 85 | 0.53 | 0.15 | 0 | 0.67 | 197.33 | 0.36 | 0.25 |
| Hex | 28 | 48 | 55 | 35 | F | 0 | 43 | C5 | 24 | 19 |
| Octal | 50 | 110 | 125 | 65 | 17 | 0 | 103 | 305 | 44 | 31 |
| Binary | 101000 | 1001000 | 1010101 | 110101 | 1111 | 0 | 1000011 | 11000101 | 100100 | 11001 |
Color Harmonies of #284855
Complementary color
Monochromatic Colors of #284855
Black with #284855
Text Example
Text Example
White with #284855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284855; }
p { color: rgb(40,72,85); }
H1.HeaderClassName
{
color: #284855;
}
.AnyTagClassName
{
color: #284855;
}
</style>
background-color css
<style>
a { background-color: #284855; }
a { background-color: rgb(40,72,85); }
div.DivClassName
{
background-color: #284855;
}
.BgClassName
{
background-color: #284855;
}
</style>
border-color css
<style>
span { border-color: #284855; }
span { border-color: rgb(40,72,85); }
td.TdClassName
{
border-color: #284855;
}
.TagClassName
{
border-color: #284855;
}
</style>