Shades of Teal Blue #2A4F56
Tints of Teal Blue #2A4F56
RGB
CMYK
RGB Variations
Color information
#2A4F56 (or 0x2A4F56) is known color: Teal Blue. HEX triplet: 2A, 4F and 56. RGB value is (42,79,86). Sum of RGB (Red+Green+Blue) = 42+79+86=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A4F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4F56 is #D5B0A9. Grayscale: #444444. Windows color (decimal): -14004394 or 5656362. OLE color: 5656362.
HSL color Cylindrical-coordinate representation of color #2A4F56: hue angle of 189.55º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4F56 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 79 | 86 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.66 |
| HSL | 189.55º | 0.34% | 0.25% | - |
| HSV(B) | 189.55º | 0.51% | 0.34% | - |
| XYZ | 5.43 | 6.76 | 9.82 | - |
| YUV | 68.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 79 | 86 | 0.51 | 0.08 | 0 | 0.66 | 189.55 | 0.34 | 0.25 |
| Hex | 2A | 4F | 56 | 33 | 8 | 0 | 42 | BE | 22 | 19 |
| Octal | 52 | 117 | 126 | 63 | 10 | 0 | 102 | 276 | 42 | 31 |
| Binary | 101010 | 1001111 | 1010110 | 110011 | 1000 | 0 | 1000010 | 10111110 | 100010 | 11001 |
Color Harmonies of #2A4F56
Complementary color
Monochromatic Colors of #2A4F56
Black with #2A4F56
Text Example
Text Example
White with #2A4F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4F56; }
p { color: rgb(42,79,86); }
H1.HeaderClassName
{
color: #2A4F56;
}
.AnyTagClassName
{
color: #2A4F56;
}
</style>
background-color css
<style>
a { background-color: #2A4F56; }
a { background-color: rgb(42,79,86); }
div.DivClassName
{
background-color: #2A4F56;
}
.BgClassName
{
background-color: #2A4F56;
}
</style>
border-color css
<style>
span { border-color: #2A4F56; }
span { border-color: rgb(42,79,86); }
td.TdClassName
{
border-color: #2A4F56;
}
.TagClassName
{
border-color: #2A4F56;
}
</style>