Shades of Teal #04867C
Tints of Teal #04867C
RGB
CMYK
RGB Variations
Color information
#04867C (or 0x04867C) is known color: Teal. HEX triplet: 04, 86 and 7C. RGB value is (4,134,124). Sum of RGB (Red+Green+Blue) = 4+134+124=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #04867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04867C is #FB7983. Grayscale: #5D5D5D. Windows color (decimal): -16480644 or 8160772. OLE color: 8160772.
HSL color Cylindrical-coordinate representation of color #04867C: hue angle of 175.38º 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 #04867C is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 134 | 124 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.47 |
| HSL | 175.38º | 0.94% | 0.27% | - |
| HSV(B) | 175.38º | 0.97% | 0.53% | - |
| XYZ | 12.21 | 18.53 | 22 | - |
| YUV | 93.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 124 | 0.97 | 0 | 0.07 | 0.47 | 175.38 | 0.94 | 0.27 |
| Hex | 4 | 86 | 7C | 61 | 0 | 7 | 2F | AF | 5E | 1B |
| Octal | 4 | 206 | 174 | 141 | 0 | 7 | 57 | 257 | 136 | 33 |
| Binary | 100 | 10000110 | 1111100 | 1100001 | 0 | 111 | 101111 | 10101111 | 1011110 | 11011 |
Color Harmonies of #04867C
Complementary color
Monochromatic Colors of #04867C
Black with #04867C
Text Example
Text Example
White with #04867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04867C; }
p { color: rgb(4,134,124); }
H1.HeaderClassName
{
color: #04867C;
}
.AnyTagClassName
{
color: #04867C;
}
</style>
background-color css
<style>
a { background-color: #04867C; }
a { background-color: rgb(4,134,124); }
div.DivClassName
{
background-color: #04867C;
}
.BgClassName
{
background-color: #04867C;
}
</style>
border-color css
<style>
span { border-color: #04867C; }
span { border-color: rgb(4,134,124); }
td.TdClassName
{
border-color: #04867C;
}
.TagClassName
{
border-color: #04867C;
}
</style>