Shades of Teal Blue #28535D
Tints of Teal Blue #28535D
RGB
CMYK
RGB Variations
Color information
#28535D (or 0x28535D) is known color: Teal Blue. HEX triplet: 28, 53 and 5D. RGB value is (40,83,93). Sum of RGB (Red+Green+Blue) = 40+83+93=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #28535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28535D is #D7ACA2. Grayscale: #474747. Windows color (decimal): -14134435 or 6116136. OLE color: 6116136.
HSL color Cylindrical-coordinate representation of color #28535D: hue angle of 191.32º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28535D is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 83 | 93 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.64 |
| HSL | 191.32º | 0.4% | 0.26% | - |
| HSV(B) | 191.32º | 0.57% | 0.36% | - |
| XYZ | 5.94 | 7.43 | 11.48 | - |
| YUV | 71.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 93 | 0.57 | 0.11 | 0 | 0.64 | 191.32 | 0.4 | 0.26 |
| Hex | 28 | 53 | 5D | 39 | B | 0 | 40 | BF | 28 | 1A |
| Octal | 50 | 123 | 135 | 71 | 13 | 0 | 100 | 277 | 50 | 32 |
| Binary | 101000 | 1010011 | 1011101 | 111001 | 1011 | 0 | 1000000 | 10111111 | 101000 | 11010 |
Color Harmonies of #28535D
Complementary color
Monochromatic Colors of #28535D
Black with #28535D
Text Example
Text Example
White with #28535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28535D; }
p { color: rgb(40,83,93); }
H1.HeaderClassName
{
color: #28535D;
}
.AnyTagClassName
{
color: #28535D;
}
</style>
background-color css
<style>
a { background-color: #28535D; }
a { background-color: rgb(40,83,93); }
div.DivClassName
{
background-color: #28535D;
}
.BgClassName
{
background-color: #28535D;
}
</style>
border-color css
<style>
span { border-color: #28535D; }
span { border-color: rgb(40,83,93); }
td.TdClassName
{
border-color: #28535D;
}
.TagClassName
{
border-color: #28535D;
}
</style>