Shades of Teal Blue #2A4E59
Tints of Teal Blue #2A4E59
RGB
CMYK
RGB Variations
Color information
#2A4E59 (or 0x2A4E59) is known color: Teal Blue. HEX triplet: 2A, 4E and 59. RGB value is (42,78,89). Sum of RGB (Red+Green+Blue) = 42+78+89=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A4E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4E59 is #D5B1A6. Grayscale: #444444. Windows color (decimal): -14004647 or 5852714. OLE color: 5852714.
HSL color Cylindrical-coordinate representation of color #2A4E59: hue angle of 194.04º 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 #2A4E59 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 78 | 89 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.65 |
| HSL | 194.04º | 0.36% | 0.26% | - |
| HSV(B) | 194.04º | 0.53% | 0.35% | - |
| XYZ | 5.48 | 6.66 | 10.45 | - |
| YUV | 68.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 89 | 0.53 | 0.12 | 0 | 0.65 | 194.04 | 0.36 | 0.26 |
| Hex | 2A | 4E | 59 | 35 | C | 0 | 41 | C2 | 24 | 1A |
| Octal | 52 | 116 | 131 | 65 | 14 | 0 | 101 | 302 | 44 | 32 |
| Binary | 101010 | 1001110 | 1011001 | 110101 | 1100 | 0 | 1000001 | 11000010 | 100100 | 11010 |
Color Harmonies of #2A4E59
Complementary color
Monochromatic Colors of #2A4E59
Black with #2A4E59
Text Example
Text Example
White with #2A4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E59; }
p { color: rgb(42,78,89); }
H1.HeaderClassName
{
color: #2A4E59;
}
.AnyTagClassName
{
color: #2A4E59;
}
</style>
background-color css
<style>
a { background-color: #2A4E59; }
a { background-color: rgb(42,78,89); }
div.DivClassName
{
background-color: #2A4E59;
}
.BgClassName
{
background-color: #2A4E59;
}
</style>
border-color css
<style>
span { border-color: #2A4E59; }
span { border-color: rgb(42,78,89); }
td.TdClassName
{
border-color: #2A4E59;
}
.TagClassName
{
border-color: #2A4E59;
}
</style>