Shades of Teal #04817F
Tints of Teal #04817F
RGB
CMYK
RGB Variations
Color information
#04817F (or 0x04817F) is known color: Teal. HEX triplet: 04, 81 and 7F. RGB value is (4,129,127). Sum of RGB (Red+Green+Blue) = 4+129+127=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #04817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04817F is #FB7E80. Grayscale: #5B5B5B. Windows color (decimal): -16481921 or 8356100. OLE color: 8356100.
HSL color Cylindrical-coordinate representation of color #04817F: hue angle of 179.04º 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 #04817F is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 127 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.49 |
| HSL | 179.04º | 0.94% | 0.26% | - |
| HSV(B) | 179.04º | 0.97% | 0.51% | - |
| XYZ | 11.73 | 17.26 | 22.79 | - |
| YUV | 91.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 127 | 0.97 | 0 | 0.02 | 0.49 | 179.04 | 0.94 | 0.26 |
| Hex | 4 | 81 | 7F | 61 | 0 | 2 | 31 | B3 | 5E | 1A |
| Octal | 4 | 201 | 177 | 141 | 0 | 2 | 61 | 263 | 136 | 32 |
| Binary | 100 | 10000001 | 1111111 | 1100001 | 0 | 10 | 110001 | 10110011 | 1011110 | 11010 |
Color Harmonies of #04817F
Complementary color
Monochromatic Colors of #04817F
Black with #04817F
Text Example
Text Example
White with #04817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04817F; }
p { color: rgb(4,129,127); }
H1.HeaderClassName
{
color: #04817F;
}
.AnyTagClassName
{
color: #04817F;
}
</style>
background-color css
<style>
a { background-color: #04817F; }
a { background-color: rgb(4,129,127); }
div.DivClassName
{
background-color: #04817F;
}
.BgClassName
{
background-color: #04817F;
}
</style>
border-color css
<style>
span { border-color: #04817F; }
span { border-color: rgb(4,129,127); }
td.TdClassName
{
border-color: #04817F;
}
.TagClassName
{
border-color: #04817F;
}
</style>