Shades of Teal Blue #2C4C58
Tints of Teal Blue #2C4C58
RGB
CMYK
RGB Variations
Color information
#2C4C58 (or 0x2C4C58) is known color: Teal Blue. HEX triplet: 2C, 4C and 58. RGB value is (44,76,88). Sum of RGB (Red+Green+Blue) = 44+76+88=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C4C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4C58 is #D3B3A7. Grayscale: #434343. Windows color (decimal): -13874088 or 5786668. OLE color: 5786668.
HSL color Cylindrical-coordinate representation of color #2C4C58: hue angle of 196.36º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C4C58 is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 76 | 88 | - |
| CMYK | 0.5 | 0.14 | 0 | 0.65 |
| HSL | 196.36º | 0.33% | 0.26% | - |
| HSV(B) | 196.36º | 0.5% | 0.35% | - |
| XYZ | 5.38 | 6.41 | 10.19 | - |
| YUV | 67.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 76 | 88 | 0.5 | 0.14 | 0 | 0.65 | 196.36 | 0.33 | 0.26 |
| Hex | 2C | 4C | 58 | 32 | E | 0 | 41 | C4 | 21 | 1A |
| Octal | 54 | 114 | 130 | 62 | 16 | 0 | 101 | 304 | 41 | 32 |
| Binary | 101100 | 1001100 | 1011000 | 110010 | 1110 | 0 | 1000001 | 11000100 | 100001 | 11010 |
Color Harmonies of #2C4C58
Complementary color
Monochromatic Colors of #2C4C58
Black with #2C4C58
Text Example
Text Example
White with #2C4C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4C58; }
p { color: rgb(44,76,88); }
H1.HeaderClassName
{
color: #2C4C58;
}
.AnyTagClassName
{
color: #2C4C58;
}
</style>
background-color css
<style>
a { background-color: #2C4C58; }
a { background-color: rgb(44,76,88); }
div.DivClassName
{
background-color: #2C4C58;
}
.BgClassName
{
background-color: #2C4C58;
}
</style>
border-color css
<style>
span { border-color: #2C4C58; }
span { border-color: rgb(44,76,88); }
td.TdClassName
{
border-color: #2C4C58;
}
.TagClassName
{
border-color: #2C4C58;
}
</style>