Shades of Teal Blue #28525B
Tints of Teal Blue #28525B
RGB
CMYK
RGB Variations
Color information
#28525B (or 0x28525B) is known color: Teal Blue. HEX triplet: 28, 52 and 5B. RGB value is (40,82,91). Sum of RGB (Red+Green+Blue) = 40+82+91=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #28525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28525B is #D7ADA4. Grayscale: #464646. Windows color (decimal): -14134693 or 5984808. OLE color: 5984808.
HSL color Cylindrical-coordinate representation of color #28525B: hue angle of 190.59º 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 #28525B is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 82 | 91 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.64 |
| HSL | 190.59º | 0.39% | 0.26% | - |
| HSV(B) | 190.59º | 0.56% | 0.36% | - |
| XYZ | 5.78 | 7.24 | 10.99 | - |
| YUV | 70.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 91 | 0.56 | 0.10 | 0 | 0.64 | 190.59 | 0.39 | 0.26 |
| Hex | 28 | 52 | 5B | 38 | A | 0 | 40 | BF | 27 | 1A |
| Octal | 50 | 122 | 133 | 70 | 12 | 0 | 100 | 277 | 47 | 32 |
| Binary | 101000 | 1010010 | 1011011 | 111000 | 1010 | 0 | 1000000 | 10111111 | 100111 | 11010 |
Color Harmonies of #28525B
Complementary color
Monochromatic Colors of #28525B
Black with #28525B
Text Example
Text Example
White with #28525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28525B; }
p { color: rgb(40,82,91); }
H1.HeaderClassName
{
color: #28525B;
}
.AnyTagClassName
{
color: #28525B;
}
</style>
background-color css
<style>
a { background-color: #28525B; }
a { background-color: rgb(40,82,91); }
div.DivClassName
{
background-color: #28525B;
}
.BgClassName
{
background-color: #28525B;
}
</style>
border-color css
<style>
span { border-color: #28525B; }
span { border-color: rgb(40,82,91); }
td.TdClassName
{
border-color: #28525B;
}
.TagClassName
{
border-color: #28525B;
}
</style>