Shades of Teal Blue #2B5158
Tints of Teal Blue #2B5158
RGB
CMYK
RGB Variations
Color information
#2B5158 (or 0x2B5158) is known color: Teal Blue. HEX triplet: 2B, 51 and 58. RGB value is (43,81,88). Sum of RGB (Red+Green+Blue) = 43+81+88=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B5158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5158 is #D4AEA7. Grayscale: #464646. Windows color (decimal): -13938344 or 5787947. OLE color: 5787947.
HSL color Cylindrical-coordinate representation of color #2B5158: hue angle of 189.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5158 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
RGB | 43 | 81 | 88 | - |
CMYK | 0.51 | 0.08 | 0 | 0.65 |
HSL | 189.33º | 0.34% | 0.26% | - |
HSV(B) | 189.33º | 0.51% | 0.35% | - |
XYZ | 5.7 | 7.1 | 10.3 | - |
YUV | 70.44 | 137.91 | 108.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 81 | 88 | 0.51 | 0.08 | 0 | 0.65 | 189.33 | 0.34 | 0.26 |
Hex | 2B | 51 | 58 | 33 | 8 | 0 | 41 | BD | 22 | 1A |
Octal | 53 | 121 | 130 | 63 | 10 | 0 | 101 | 275 | 42 | 32 |
Binary | 101011 | 1010001 | 1011000 | 110011 | 1000 | 0 | 1000001 | 10111101 | 100010 | 11010 |
Color Harmonies of #2B5158
Complementary color
Monochromatic Colors of #2B5158
Black with #2B5158
Text Example
Text Example
White with #2B5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5158; }
p { color: rgb(43,81,88); }
H1.HeaderClassName
{
color: #2B5158;
}
.AnyTagClassName
{
color: #2B5158;
}
</style>
background-color css
<style>
a { background-color: #2B5158; }
a { background-color: rgb(43,81,88); }
div.DivClassName
{
background-color: #2B5158;
}
.BgClassName
{
background-color: #2B5158;
}
</style>
border-color css
<style>
span { border-color: #2B5158; }
span { border-color: rgb(43,81,88); }
td.TdClassName
{
border-color: #2B5158;
}
.TagClassName
{
border-color: #2B5158;
}
</style>