Shades of Teal Blue #2D525A
Tints of Teal Blue #2D525A
RGB
CMYK
RGB Variations
Color information
#2D525A (or 0x2D525A) is known color: Teal Blue. HEX triplet: 2D, 52 and 5A. RGB value is (45,82,90). Sum of RGB (Red+Green+Blue) = 45+82+90=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D525A is #D2ADA5. Grayscale: #474747. Windows color (decimal): -13807014 or 5919277. OLE color: 5919277.
HSL color Cylindrical-coordinate representation of color #2D525A: hue angle of 190.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D525A is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 82 | 90 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.65 |
| HSL | 190.67º | 0.33% | 0.26% | - |
| HSV(B) | 190.67º | 0.5% | 0.35% | - |
| XYZ | 5.94 | 7.33 | 10.77 | - |
| YUV | 71.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 90 | 0.50 | 0.09 | 0 | 0.65 | 190.67 | 0.33 | 0.26 |
| Hex | 2D | 52 | 5A | 32 | 9 | 0 | 41 | BF | 21 | 1A |
| Octal | 55 | 122 | 132 | 62 | 11 | 0 | 101 | 277 | 41 | 32 |
| Binary | 101101 | 1010010 | 1011010 | 110010 | 1001 | 0 | 1000001 | 10111111 | 100001 | 11010 |
Color Harmonies of #2D525A
Complementary color
Monochromatic Colors of #2D525A
Black with #2D525A
Text Example
Text Example
White with #2D525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D525A; }
p { color: rgb(45,82,90); }
H1.HeaderClassName
{
color: #2D525A;
}
.AnyTagClassName
{
color: #2D525A;
}
</style>
background-color css
<style>
a { background-color: #2D525A; }
a { background-color: rgb(45,82,90); }
div.DivClassName
{
background-color: #2D525A;
}
.BgClassName
{
background-color: #2D525A;
}
</style>
border-color css
<style>
span { border-color: #2D525A; }
span { border-color: rgb(45,82,90); }
td.TdClassName
{
border-color: #2D525A;
}
.TagClassName
{
border-color: #2D525A;
}
</style>