Shades of Teal Blue #28505B
Tints of Teal Blue #28505B
RGB
CMYK
RGB Variations
Color information
#28505B (or 0x28505B) is known color: Teal Blue. HEX triplet: 28, 50 and 5B. RGB value is (40,80,91). Sum of RGB (Red+Green+Blue) = 40+80+91=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #28505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28505B is #D7AFA4. Grayscale: #454545. Windows color (decimal): -14135205 or 5984296. OLE color: 5984296.
HSL color Cylindrical-coordinate representation of color #28505B: hue angle of 192.94º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28505B is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 80 | 91 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.64 |
| HSL | 192.94º | 0.39% | 0.26% | - |
| HSV(B) | 192.94º | 0.56% | 0.36% | - |
| XYZ | 5.63 | 6.94 | 10.94 | - |
| YUV | 69.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 91 | 0.56 | 0.12 | 0 | 0.64 | 192.94 | 0.39 | 0.26 |
| Hex | 28 | 50 | 5B | 38 | C | 0 | 40 | C1 | 27 | 1A |
| Octal | 50 | 120 | 133 | 70 | 14 | 0 | 100 | 301 | 47 | 32 |
| Binary | 101000 | 1010000 | 1011011 | 111000 | 1100 | 0 | 1000000 | 11000001 | 100111 | 11010 |
Color Harmonies of #28505B
Complementary color
Monochromatic Colors of #28505B
Black with #28505B
Text Example
Text Example
White with #28505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28505B; }
p { color: rgb(40,80,91); }
H1.HeaderClassName
{
color: #28505B;
}
.AnyTagClassName
{
color: #28505B;
}
</style>
background-color css
<style>
a { background-color: #28505B; }
a { background-color: rgb(40,80,91); }
div.DivClassName
{
background-color: #28505B;
}
.BgClassName
{
background-color: #28505B;
}
</style>
border-color css
<style>
span { border-color: #28505B; }
span { border-color: rgb(40,80,91); }
td.TdClassName
{
border-color: #28505B;
}
.TagClassName
{
border-color: #28505B;
}
</style>