Shades of Teal Blue #304853
Tints of Teal Blue #304853
RGB
CMYK
RGB Variations
Color information
#304853 (or 0x304853) is known color: Teal Blue. HEX triplet: 30, 48 and 53. RGB value is (48,72,83). Sum of RGB (Red+Green+Blue) = 48+72+83=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #304853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304853 is #CFB7AC. Grayscale: #424242. Windows color (decimal): -13612973 or 5457968. OLE color: 5457968.
HSL color Cylindrical-coordinate representation of color #304853: hue angle of 198.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304853 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 72 | 83 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.67 |
| HSL | 198.86º | 0.27% | 0.26% | - |
| HSV(B) | 198.86º | 0.42% | 0.33% | - |
| XYZ | 5.1 | 5.89 | 9.05 | - |
| YUV | 66.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 83 | 0.42 | 0.13 | 0 | 0.67 | 198.86 | 0.27 | 0.26 |
| Hex | 30 | 48 | 53 | 2A | D | 0 | 43 | C7 | 1B | 1A |
| Octal | 60 | 110 | 123 | 52 | 15 | 0 | 103 | 307 | 33 | 32 |
| Binary | 110000 | 1001000 | 1010011 | 101010 | 1101 | 0 | 1000011 | 11000111 | 11011 | 11010 |
Color Harmonies of #304853
Complementary color
Monochromatic Colors of #304853
Black with #304853
Text Example
Text Example
White with #304853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304853; }
p { color: rgb(48,72,83); }
H1.HeaderClassName
{
color: #304853;
}
.AnyTagClassName
{
color: #304853;
}
</style>
background-color css
<style>
a { background-color: #304853; }
a { background-color: rgb(48,72,83); }
div.DivClassName
{
background-color: #304853;
}
.BgClassName
{
background-color: #304853;
}
</style>
border-color css
<style>
span { border-color: #304853; }
span { border-color: rgb(48,72,83); }
td.TdClassName
{
border-color: #304853;
}
.TagClassName
{
border-color: #304853;
}
</style>