Shades of Teal #04877A
Tints of Teal #04877A
RGB
CMYK
RGB Variations
Color information
#04877A (or 0x04877A) is known color: Teal. HEX triplet: 04, 87 and 7A. RGB value is (4,135,122). Sum of RGB (Red+Green+Blue) = 4+135+122=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #04877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04877A is #FB7885. Grayscale: #5E5E5E. Windows color (decimal): -16480390 or 8029956. OLE color: 8029956.
HSL color Cylindrical-coordinate representation of color #04877A: hue angle of 174.05º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04877A is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 135 | 122 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.47 |
| HSL | 174.05º | 0.94% | 0.27% | - |
| HSV(B) | 174.05º | 0.97% | 0.53% | - |
| XYZ | 12.23 | 18.76 | 21.39 | - |
| YUV | 94.35 | 143.6 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 135 | 122 | 0.97 | 0 | 0.10 | 0.47 | 174.05 | 0.94 | 0.27 |
| Hex | 4 | 87 | 7A | 61 | 0 | A | 2F | AE | 5E | 1B |
| Octal | 4 | 207 | 172 | 141 | 0 | 12 | 57 | 256 | 136 | 33 |
| Binary | 100 | 10000111 | 1111010 | 1100001 | 0 | 1010 | 101111 | 10101110 | 1011110 | 11011 |
Color Harmonies of #04877A
Complementary color
Monochromatic Colors of #04877A
Black with #04877A
Text Example
Text Example
White with #04877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04877A; }
p { color: rgb(4,135,122); }
H1.HeaderClassName
{
color: #04877A;
}
.AnyTagClassName
{
color: #04877A;
}
</style>
background-color css
<style>
a { background-color: #04877A; }
a { background-color: rgb(4,135,122); }
div.DivClassName
{
background-color: #04877A;
}
.BgClassName
{
background-color: #04877A;
}
</style>
border-color css
<style>
span { border-color: #04877A; }
span { border-color: rgb(4,135,122); }
td.TdClassName
{
border-color: #04877A;
}
.TagClassName
{
border-color: #04877A;
}
</style>