Shades of Teal Blue #28525A
Tints of Teal Blue #28525A
RGB
CMYK
RGB Variations
Color information
#28525A (or 0x28525A) is known color: Teal Blue. HEX triplet: 28, 52 and 5A. RGB value is (40,82,90). Sum of RGB (Red+Green+Blue) = 40+82+90=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #28525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28525A is #D7ADA5. Grayscale: #464646. Windows color (decimal): -14134694 or 5919272. OLE color: 5919272.
HSL color Cylindrical-coordinate representation of color #28525A: hue angle of 189.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28525A is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 82 | 90 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.65 |
| HSL | 189.6º | 0.38% | 0.25% | - |
| HSV(B) | 189.6º | 0.56% | 0.35% | - |
| XYZ | 5.74 | 7.22 | 10.76 | - |
| YUV | 70.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 90 | 0.56 | 0.09 | 0 | 0.65 | 189.6 | 0.38 | 0.25 |
| Hex | 28 | 52 | 5A | 38 | 9 | 0 | 41 | BE | 26 | 19 |
| Octal | 50 | 122 | 132 | 70 | 11 | 0 | 101 | 276 | 46 | 31 |
| Binary | 101000 | 1010010 | 1011010 | 111000 | 1001 | 0 | 1000001 | 10111110 | 100110 | 11001 |
Color Harmonies of #28525A
Complementary color
Monochromatic Colors of #28525A
Black with #28525A
Text Example
Text Example
White with #28525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28525A; }
p { color: rgb(40,82,90); }
H1.HeaderClassName
{
color: #28525A;
}
.AnyTagClassName
{
color: #28525A;
}
</style>
background-color css
<style>
a { background-color: #28525A; }
a { background-color: rgb(40,82,90); }
div.DivClassName
{
background-color: #28525A;
}
.BgClassName
{
background-color: #28525A;
}
</style>
border-color css
<style>
span { border-color: #28525A; }
span { border-color: rgb(40,82,90); }
td.TdClassName
{
border-color: #28525A;
}
.TagClassName
{
border-color: #28525A;
}
</style>