Shades of Teal Blue #28535B
Tints of Teal Blue #28535B
RGB
CMYK
RGB Variations
Color information
#28535B (or 0x28535B) is known color: Teal Blue. HEX triplet: 28, 53 and 5B. RGB value is (40,83,91). Sum of RGB (Red+Green+Blue) = 40+83+91=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #28535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28535B is #D7ACA4. Grayscale: #464646. Windows color (decimal): -14134437 or 5985064. OLE color: 5985064.
HSL color Cylindrical-coordinate representation of color #28535B: hue angle of 189.41º 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 #28535B is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 83 | 91 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.64 |
| HSL | 189.41º | 0.39% | 0.26% | - |
| HSV(B) | 189.41º | 0.56% | 0.36% | - |
| XYZ | 5.86 | 7.39 | 11.02 | - |
| YUV | 71.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 91 | 0.56 | 0.09 | 0 | 0.64 | 189.41 | 0.39 | 0.26 |
| Hex | 28 | 53 | 5B | 38 | 9 | 0 | 40 | BD | 27 | 1A |
| Octal | 50 | 123 | 133 | 70 | 11 | 0 | 100 | 275 | 47 | 32 |
| Binary | 101000 | 1010011 | 1011011 | 111000 | 1001 | 0 | 1000000 | 10111101 | 100111 | 11010 |
Color Harmonies of #28535B
Complementary color
Monochromatic Colors of #28535B
Black with #28535B
Text Example
Text Example
White with #28535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28535B; }
p { color: rgb(40,83,91); }
H1.HeaderClassName
{
color: #28535B;
}
.AnyTagClassName
{
color: #28535B;
}
</style>
background-color css
<style>
a { background-color: #28535B; }
a { background-color: rgb(40,83,91); }
div.DivClassName
{
background-color: #28535B;
}
.BgClassName
{
background-color: #28535B;
}
</style>
border-color css
<style>
span { border-color: #28535B; }
span { border-color: rgb(40,83,91); }
td.TdClassName
{
border-color: #28535B;
}
.TagClassName
{
border-color: #28535B;
}
</style>