Shades of Teal Blue #28525C
Tints of Teal Blue #28525C
RGB
CMYK
RGB Variations
Color information
#28525C (or 0x28525C) is known color: Teal Blue. HEX triplet: 28, 52 and 5C. RGB value is (40,82,92). Sum of RGB (Red+Green+Blue) = 40+82+92=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #28525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28525C is #D7ADA3. Grayscale: #464646. Windows color (decimal): -14134692 or 6050344. OLE color: 6050344.
HSL color Cylindrical-coordinate representation of color #28525C: hue angle of 191.54º degrees, saturation: 0.39, 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 #28525C is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 82 | 92 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.64 |
| HSL | 191.54º | 0.39% | 0.26% | - |
| HSV(B) | 191.54º | 0.57% | 0.36% | - |
| XYZ | 5.82 | 7.26 | 11.22 | - |
| YUV | 70.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 92 | 0.57 | 0.11 | 0 | 0.64 | 191.54 | 0.39 | 0.26 |
| Hex | 28 | 52 | 5C | 39 | B | 0 | 40 | C0 | 27 | 1A |
| Octal | 50 | 122 | 134 | 71 | 13 | 0 | 100 | 300 | 47 | 32 |
| Binary | 101000 | 1010010 | 1011100 | 111001 | 1011 | 0 | 1000000 | 11000000 | 100111 | 11010 |
Color Harmonies of #28525C
Complementary color
Monochromatic Colors of #28525C
Black with #28525C
Text Example
Text Example
White with #28525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28525C; }
p { color: rgb(40,82,92); }
H1.HeaderClassName
{
color: #28525C;
}
.AnyTagClassName
{
color: #28525C;
}
</style>
background-color css
<style>
a { background-color: #28525C; }
a { background-color: rgb(40,82,92); }
div.DivClassName
{
background-color: #28525C;
}
.BgClassName
{
background-color: #28525C;
}
</style>
border-color css
<style>
span { border-color: #28525C; }
span { border-color: rgb(40,82,92); }
td.TdClassName
{
border-color: #28525C;
}
.TagClassName
{
border-color: #28525C;
}
</style>