Shades of Teal Blue #2A555D
Tints of Teal Blue #2A555D
RGB
CMYK
RGB Variations
Color information
#2A555D (or 0x2A555D) is known color: Teal Blue. HEX triplet: 2A, 55 and 5D. RGB value is (42,85,93). Sum of RGB (Red+Green+Blue) = 42+85+93=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A555D is #D5AAA2. Grayscale: #484848. Windows color (decimal): -14002851 or 6116650. OLE color: 6116650.
HSL color Cylindrical-coordinate representation of color #2A555D: hue angle of 189.41º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A555D is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 85 | 93 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.64 |
| HSL | 189.41º | 0.38% | 0.26% | - |
| HSV(B) | 189.41º | 0.55% | 0.36% | - |
| XYZ | 6.18 | 7.78 | 11.53 | - |
| YUV | 73.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 93 | 0.55 | 0.09 | 0 | 0.64 | 189.41 | 0.38 | 0.26 |
| Hex | 2A | 55 | 5D | 37 | 9 | 0 | 40 | BD | 26 | 1A |
| Octal | 52 | 125 | 135 | 67 | 11 | 0 | 100 | 275 | 46 | 32 |
| Binary | 101010 | 1010101 | 1011101 | 110111 | 1001 | 0 | 1000000 | 10111101 | 100110 | 11010 |
Color Harmonies of #2A555D
Complementary color
Monochromatic Colors of #2A555D
Black with #2A555D
Text Example
Text Example
White with #2A555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A555D; }
p { color: rgb(42,85,93); }
H1.HeaderClassName
{
color: #2A555D;
}
.AnyTagClassName
{
color: #2A555D;
}
</style>
background-color css
<style>
a { background-color: #2A555D; }
a { background-color: rgb(42,85,93); }
div.DivClassName
{
background-color: #2A555D;
}
.BgClassName
{
background-color: #2A555D;
}
</style>
border-color css
<style>
span { border-color: #2A555D; }
span { border-color: rgb(42,85,93); }
td.TdClassName
{
border-color: #2A555D;
}
.TagClassName
{
border-color: #2A555D;
}
</style>