Shades of Teal Blue #2A565E
Tints of Teal Blue #2A565E
RGB
CMYK
RGB Variations
Color information
#2A565E (or 0x2A565E) is known color: Teal Blue. HEX triplet: 2A, 56 and 5E. RGB value is (42,86,94). Sum of RGB (Red+Green+Blue) = 42+86+94=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A565E is #D5A9A1. Grayscale: #494949. Windows color (decimal): -14002594 or 6182442. OLE color: 6182442.
HSL color Cylindrical-coordinate representation of color #2A565E: hue angle of 189.23º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A565E is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 86 | 94 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.63 |
| HSL | 189.23º | 0.38% | 0.27% | - |
| HSV(B) | 189.23º | 0.55% | 0.37% | - |
| XYZ | 6.3 | 7.96 | 11.79 | - |
| YUV | 73.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 94 | 0.55 | 0.09 | 0 | 0.63 | 189.23 | 0.38 | 0.27 |
| Hex | 2A | 56 | 5E | 37 | 9 | 0 | 3F | BD | 26 | 1B |
| Octal | 52 | 126 | 136 | 67 | 11 | 0 | 77 | 275 | 46 | 33 |
| Binary | 101010 | 1010110 | 1011110 | 110111 | 1001 | 0 | 111111 | 10111101 | 100110 | 11011 |
Color Harmonies of #2A565E
Complementary color
Monochromatic Colors of #2A565E
Black with #2A565E
Text Example
Text Example
White with #2A565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A565E; }
p { color: rgb(42,86,94); }
H1.HeaderClassName
{
color: #2A565E;
}
.AnyTagClassName
{
color: #2A565E;
}
</style>
background-color css
<style>
a { background-color: #2A565E; }
a { background-color: rgb(42,86,94); }
div.DivClassName
{
background-color: #2A565E;
}
.BgClassName
{
background-color: #2A565E;
}
</style>
border-color css
<style>
span { border-color: #2A565E; }
span { border-color: rgb(42,86,94); }
td.TdClassName
{
border-color: #2A565E;
}
.TagClassName
{
border-color: #2A565E;
}
</style>