Shades of Teal #048185
Tints of Teal #048185
RGB
CMYK
RGB Variations
Color information
#048185 (or 0x048185) is known color: Teal. HEX triplet: 04, 81 and 85. RGB value is (4,129,133). Sum of RGB (Red+Green+Blue) = 4+129+133=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #048185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048185 is #FB7E7A. Grayscale: #5B5B5B. Windows color (decimal): -16481915 or 8749316. OLE color: 8749316.
HSL color Cylindrical-coordinate representation of color #048185: hue angle of 181.86º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048185 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 129 | 133 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.48 |
| HSL | 181.86º | 0.94% | 0.27% | - |
| HSV(B) | 181.86º | 0.97% | 0.52% | - |
| XYZ | 12.13 | 17.42 | 24.91 | - |
| YUV | 92.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 133 | 0.97 | 0.03 | 0 | 0.48 | 181.86 | 0.94 | 0.27 |
| Hex | 4 | 81 | 85 | 61 | 3 | 0 | 30 | B6 | 5E | 1B |
| Octal | 4 | 201 | 205 | 141 | 3 | 0 | 60 | 266 | 136 | 33 |
| Binary | 100 | 10000001 | 10000101 | 1100001 | 11 | 0 | 110000 | 10110110 | 1011110 | 11011 |
Color Harmonies of #048185
Complementary color
Monochromatic Colors of #048185
Black with #048185
Text Example
Text Example
White with #048185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048185; }
p { color: rgb(4,129,133); }
H1.HeaderClassName
{
color: #048185;
}
.AnyTagClassName
{
color: #048185;
}
</style>
background-color css
<style>
a { background-color: #048185; }
a { background-color: rgb(4,129,133); }
div.DivClassName
{
background-color: #048185;
}
.BgClassName
{
background-color: #048185;
}
</style>
border-color css
<style>
span { border-color: #048185; }
span { border-color: rgb(4,129,133); }
td.TdClassName
{
border-color: #048185;
}
.TagClassName
{
border-color: #048185;
}
</style>