Shades of Teal #048C7D
Tints of Teal #048C7D
RGB
CMYK
RGB Variations
Color information
#048C7D (or 0x048C7D) is known color: Teal. HEX triplet: 04, 8C and 7D. RGB value is (4,140,125). Sum of RGB (Red+Green+Blue) = 4+140+125=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #048C7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048C7D is #FB7382. Grayscale: #616161. Windows color (decimal): -16479107 or 8227844. OLE color: 8227844.
HSL color Cylindrical-coordinate representation of color #048C7D: hue angle of 173.38º 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 #048C7D is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 125 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.45 |
| HSL | 173.38º | 0.94% | 0.28% | - |
| HSV(B) | 173.38º | 0.97% | 0.55% | - |
| XYZ | 13.13 | 20.26 | 22.62 | - |
| YUV | 97.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 125 | 0.97 | 0 | 0.11 | 0.45 | 173.38 | 0.94 | 0.28 |
| Hex | 4 | 8C | 7D | 61 | 0 | B | 2D | AD | 5E | 1C |
| Octal | 4 | 214 | 175 | 141 | 0 | 13 | 55 | 255 | 136 | 34 |
| Binary | 100 | 10001100 | 1111101 | 1100001 | 0 | 1011 | 101101 | 10101101 | 1011110 | 11100 |
Color Harmonies of #048C7D
Complementary color
Monochromatic Colors of #048C7D
Black with #048C7D
Text Example
Text Example
White with #048C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C7D; }
p { color: rgb(4,140,125); }
H1.HeaderClassName
{
color: #048C7D;
}
.AnyTagClassName
{
color: #048C7D;
}
</style>
background-color css
<style>
a { background-color: #048C7D; }
a { background-color: rgb(4,140,125); }
div.DivClassName
{
background-color: #048C7D;
}
.BgClassName
{
background-color: #048C7D;
}
</style>
border-color css
<style>
span { border-color: #048C7D; }
span { border-color: rgb(4,140,125); }
td.TdClassName
{
border-color: #048C7D;
}
.TagClassName
{
border-color: #048C7D;
}
</style>