Shades of Teal #04738C
Tints of Teal #04738C
RGB
CMYK
RGB Variations
Color information
#04738C (or 0x04738C) is known color: Teal. HEX triplet: 04, 73 and 8C. RGB value is (4,115,140). Sum of RGB (Red+Green+Blue) = 4+115+140=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #04738C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04738C is #FB8C73. Grayscale: #545454. Windows color (decimal): -16485492 or 9204484. OLE color: 9204484.
HSL color Cylindrical-coordinate representation of color #04738C: hue angle of 191.03º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04738C is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 115 | 140 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.45 |
| HSL | 191.03º | 0.94% | 0.28% | - |
| HSV(B) | 191.03º | 0.97% | 0.55% | - |
| XYZ | 10.91 | 14.18 | 26.97 | - |
| YUV | 84.66 | 159.23 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 140 | 0.97 | 0.18 | 0 | 0.45 | 191.03 | 0.94 | 0.28 |
| Hex | 4 | 73 | 8C | 61 | 12 | 0 | 2D | BF | 5E | 1C |
| Octal | 4 | 163 | 214 | 141 | 22 | 0 | 55 | 277 | 136 | 34 |
| Binary | 100 | 1110011 | 10001100 | 1100001 | 10010 | 0 | 101101 | 10111111 | 1011110 | 11100 |
Color Harmonies of #04738C
Complementary color
Monochromatic Colors of #04738C
Black with #04738C
Text Example
Text Example
White with #04738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04738C; }
p { color: rgb(4,115,140); }
H1.HeaderClassName
{
color: #04738C;
}
.AnyTagClassName
{
color: #04738C;
}
</style>
background-color css
<style>
a { background-color: #04738C; }
a { background-color: rgb(4,115,140); }
div.DivClassName
{
background-color: #04738C;
}
.BgClassName
{
background-color: #04738C;
}
</style>
border-color css
<style>
span { border-color: #04738C; }
span { border-color: rgb(4,115,140); }
td.TdClassName
{
border-color: #04738C;
}
.TagClassName
{
border-color: #04738C;
}
</style>