Shades of Teal #048781
Tints of Teal #048781
RGB
CMYK
RGB Variations
Color information
#048781 (or 0x048781) is known color: Teal. HEX triplet: 04, 87 and 81. RGB value is (4,135,129). Sum of RGB (Red+Green+Blue) = 4+135+129=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #048781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048781 is #FB787E. Grayscale: #5F5F5F. Windows color (decimal): -16480383 or 8488708. OLE color: 8488708.
HSL color Cylindrical-coordinate representation of color #048781: hue angle of 177.25º 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 #048781 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 135 | 129 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.47 |
| HSL | 177.25º | 0.94% | 0.27% | - |
| HSV(B) | 177.25º | 0.97% | 0.53% | - |
| XYZ | 12.68 | 18.94 | 23.76 | - |
| YUV | 95.15 | 147.1 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 135 | 129 | 0.97 | 0 | 0.04 | 0.47 | 177.25 | 0.94 | 0.27 |
| Hex | 4 | 87 | 81 | 61 | 0 | 4 | 2F | B1 | 5E | 1B |
| Octal | 4 | 207 | 201 | 141 | 0 | 4 | 57 | 261 | 136 | 33 |
| Binary | 100 | 10000111 | 10000001 | 1100001 | 0 | 100 | 101111 | 10110001 | 1011110 | 11011 |
Color Harmonies of #048781
Complementary color
Monochromatic Colors of #048781
Black with #048781
Text Example
Text Example
White with #048781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048781; }
p { color: rgb(4,135,129); }
H1.HeaderClassName
{
color: #048781;
}
.AnyTagClassName
{
color: #048781;
}
</style>
background-color css
<style>
a { background-color: #048781; }
a { background-color: rgb(4,135,129); }
div.DivClassName
{
background-color: #048781;
}
.BgClassName
{
background-color: #048781;
}
</style>
border-color css
<style>
span { border-color: #048781; }
span { border-color: rgb(4,135,129); }
td.TdClassName
{
border-color: #048781;
}
.TagClassName
{
border-color: #048781;
}
</style>