Shades of Teal Blue #2A4D59
Tints of Teal Blue #2A4D59
RGB
CMYK
RGB Variations
Color information
#2A4D59 (or 0x2A4D59) is known color: Teal Blue. HEX triplet: 2A, 4D and 59. RGB value is (42,77,89). Sum of RGB (Red+Green+Blue) = 42+77+89=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A4D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4D59 is #D5B2A6. Grayscale: #434343. Windows color (decimal): -14004903 or 5852458. OLE color: 5852458.
HSL color Cylindrical-coordinate representation of color #2A4D59: hue angle of 195.32º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A4D59 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 77 | 89 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.65 |
| HSL | 195.32º | 0.36% | 0.26% | - |
| HSV(B) | 195.32º | 0.53% | 0.35% | - |
| XYZ | 5.41 | 6.52 | 10.42 | - |
| YUV | 67.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 77 | 89 | 0.53 | 0.13 | 0 | 0.65 | 195.32 | 0.36 | 0.26 |
| Hex | 2A | 4D | 59 | 35 | D | 0 | 41 | C3 | 24 | 1A |
| Octal | 52 | 115 | 131 | 65 | 15 | 0 | 101 | 303 | 44 | 32 |
| Binary | 101010 | 1001101 | 1011001 | 110101 | 1101 | 0 | 1000001 | 11000011 | 100100 | 11010 |
Color Harmonies of #2A4D59
Complementary color
Monochromatic Colors of #2A4D59
Black with #2A4D59
Text Example
Text Example
White with #2A4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4D59; }
p { color: rgb(42,77,89); }
H1.HeaderClassName
{
color: #2A4D59;
}
.AnyTagClassName
{
color: #2A4D59;
}
</style>
background-color css
<style>
a { background-color: #2A4D59; }
a { background-color: rgb(42,77,89); }
div.DivClassName
{
background-color: #2A4D59;
}
.BgClassName
{
background-color: #2A4D59;
}
</style>
border-color css
<style>
span { border-color: #2A4D59; }
span { border-color: rgb(42,77,89); }
td.TdClassName
{
border-color: #2A4D59;
}
.TagClassName
{
border-color: #2A4D59;
}
</style>