Shades of Teal Blue #304D55
Tints of Teal Blue #304D55
RGB
CMYK
RGB Variations
Color information
#304D55 (or 0x304D55) is known color: Teal Blue. HEX triplet: 30, 4D and 55. RGB value is (48,77,85). Sum of RGB (Red+Green+Blue) = 48+77+85=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #304D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D55 is #CFB2AA. Grayscale: #454545. Windows color (decimal): -13611691 or 5590320. OLE color: 5590320.
HSL color Cylindrical-coordinate representation of color #304D55: hue angle of 192.97º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304D55 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 77 | 85 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.67 |
| HSL | 192.97º | 0.28% | 0.26% | - |
| HSV(B) | 192.97º | 0.44% | 0.33% | - |
| XYZ | 5.51 | 6.59 | 9.58 | - |
| YUV | 69.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 85 | 0.44 | 0.09 | 0 | 0.67 | 192.97 | 0.28 | 0.26 |
| Hex | 30 | 4D | 55 | 2C | 9 | 0 | 43 | C1 | 1C | 1A |
| Octal | 60 | 115 | 125 | 54 | 11 | 0 | 103 | 301 | 34 | 32 |
| Binary | 110000 | 1001101 | 1010101 | 101100 | 1001 | 0 | 1000011 | 11000001 | 11100 | 11010 |
Color Harmonies of #304D55
Complementary color
Monochromatic Colors of #304D55
Black with #304D55
Text Example
Text Example
White with #304D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D55; }
p { color: rgb(48,77,85); }
H1.HeaderClassName
{
color: #304D55;
}
.AnyTagClassName
{
color: #304D55;
}
</style>
background-color css
<style>
a { background-color: #304D55; }
a { background-color: rgb(48,77,85); }
div.DivClassName
{
background-color: #304D55;
}
.BgClassName
{
background-color: #304D55;
}
</style>
border-color css
<style>
span { border-color: #304D55; }
span { border-color: rgb(48,77,85); }
td.TdClassName
{
border-color: #304D55;
}
.TagClassName
{
border-color: #304D55;
}
</style>