Shades of Teal #04837A
Tints of Teal #04837A
RGB
CMYK
RGB Variations
Color information
#04837A (or 0x04837A) is known color: Teal. HEX triplet: 04, 83 and 7A. RGB value is (4,131,122). Sum of RGB (Red+Green+Blue) = 4+131+122=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #04837A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04837A is #FB7C85. Grayscale: #5B5B5B. Windows color (decimal): -16481414 or 8028932. OLE color: 8028932.
HSL color Cylindrical-coordinate representation of color #04837A: hue angle of 175.75º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04837A is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 131 | 122 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.49 |
| HSL | 175.75º | 0.94% | 0.26% | - |
| HSV(B) | 175.75º | 0.97% | 0.51% | - |
| XYZ | 11.68 | 17.66 | 21.21 | - |
| YUV | 92 | 144.92 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 122 | 0.97 | 0 | 0.07 | 0.49 | 175.75 | 0.94 | 0.26 |
| Hex | 4 | 83 | 7A | 61 | 0 | 7 | 31 | B0 | 5E | 1A |
| Octal | 4 | 203 | 172 | 141 | 0 | 7 | 61 | 260 | 136 | 32 |
| Binary | 100 | 10000011 | 1111010 | 1100001 | 0 | 111 | 110001 | 10110000 | 1011110 | 11010 |
Color Harmonies of #04837A
Complementary color
Monochromatic Colors of #04837A
Black with #04837A
Text Example
Text Example
White with #04837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04837A; }
p { color: rgb(4,131,122); }
H1.HeaderClassName
{
color: #04837A;
}
.AnyTagClassName
{
color: #04837A;
}
</style>
background-color css
<style>
a { background-color: #04837A; }
a { background-color: rgb(4,131,122); }
div.DivClassName
{
background-color: #04837A;
}
.BgClassName
{
background-color: #04837A;
}
</style>
border-color css
<style>
span { border-color: #04837A; }
span { border-color: rgb(4,131,122); }
td.TdClassName
{
border-color: #04837A;
}
.TagClassName
{
border-color: #04837A;
}
</style>