Shades of Teal Blue #285259
Tints of Teal Blue #285259
RGB
CMYK
RGB Variations
Color information
#285259 (or 0x285259) is known color: Teal Blue. HEX triplet: 28, 52 and 59. RGB value is (40,82,89). Sum of RGB (Red+Green+Blue) = 40+82+89=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #285259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285259 is #D7ADA6. Grayscale: #464646. Windows color (decimal): -14134695 or 5853736. OLE color: 5853736.
HSL color Cylindrical-coordinate representation of color #285259: hue angle of 188.57º 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 #285259 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 82 | 89 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.65 |
| HSL | 188.57º | 0.38% | 0.25% | - |
| HSV(B) | 188.57º | 0.55% | 0.35% | - |
| XYZ | 5.7 | 7.21 | 10.54 | - |
| YUV | 70.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 89 | 0.55 | 0.08 | 0 | 0.65 | 188.57 | 0.38 | 0.25 |
| Hex | 28 | 52 | 59 | 37 | 8 | 0 | 41 | BD | 26 | 19 |
| Octal | 50 | 122 | 131 | 67 | 10 | 0 | 101 | 275 | 46 | 31 |
| Binary | 101000 | 1010010 | 1011001 | 110111 | 1000 | 0 | 1000001 | 10111101 | 100110 | 11001 |
Color Harmonies of #285259
Complementary color
Monochromatic Colors of #285259
Black with #285259
Text Example
Text Example
White with #285259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285259; }
p { color: rgb(40,82,89); }
H1.HeaderClassName
{
color: #285259;
}
.AnyTagClassName
{
color: #285259;
}
</style>
background-color css
<style>
a { background-color: #285259; }
a { background-color: rgb(40,82,89); }
div.DivClassName
{
background-color: #285259;
}
.BgClassName
{
background-color: #285259;
}
</style>
border-color css
<style>
span { border-color: #285259; }
span { border-color: rgb(40,82,89); }
td.TdClassName
{
border-color: #285259;
}
.TagClassName
{
border-color: #285259;
}
</style>