Shades of Teal Blue #2A4F55
Tints of Teal Blue #2A4F55
RGB
CMYK
RGB Variations
Color information
#2A4F55 (or 0x2A4F55) is known color: Teal Blue. HEX triplet: 2A, 4F and 55. RGB value is (42,79,85). Sum of RGB (Red+Green+Blue) = 42+79+85=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A4F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4F55 is #D5B0AA. Grayscale: #444444. Windows color (decimal): -14004395 or 5590826. OLE color: 5590826.
HSL color Cylindrical-coordinate representation of color #2A4F55: hue angle of 188.37º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4F55 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 79 | 85 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.67 |
| HSL | 188.37º | 0.34% | 0.25% | - |
| HSV(B) | 188.37º | 0.51% | 0.33% | - |
| XYZ | 5.39 | 6.74 | 9.61 | - |
| YUV | 68.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 79 | 85 | 0.51 | 0.07 | 0 | 0.67 | 188.37 | 0.34 | 0.25 |
| Hex | 2A | 4F | 55 | 33 | 7 | 0 | 43 | BC | 22 | 19 |
| Octal | 52 | 117 | 125 | 63 | 7 | 0 | 103 | 274 | 42 | 31 |
| Binary | 101010 | 1001111 | 1010101 | 110011 | 111 | 0 | 1000011 | 10111100 | 100010 | 11001 |
Color Harmonies of #2A4F55
Complementary color
Monochromatic Colors of #2A4F55
Black with #2A4F55
Text Example
Text Example
White with #2A4F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4F55; }
p { color: rgb(42,79,85); }
H1.HeaderClassName
{
color: #2A4F55;
}
.AnyTagClassName
{
color: #2A4F55;
}
</style>
background-color css
<style>
a { background-color: #2A4F55; }
a { background-color: rgb(42,79,85); }
div.DivClassName
{
background-color: #2A4F55;
}
.BgClassName
{
background-color: #2A4F55;
}
</style>
border-color css
<style>
span { border-color: #2A4F55; }
span { border-color: rgb(42,79,85); }
td.TdClassName
{
border-color: #2A4F55;
}
.TagClassName
{
border-color: #2A4F55;
}
</style>