Shades of Teal #038486
Tints of Teal #038486
RGB
CMYK
RGB Variations
Color information
#038486 (or 0x038486) is known color: Teal. HEX triplet: 03, 84 and 86. RGB value is (3,132,134). Sum of RGB (Red+Green+Blue) = 3+132+134=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #038486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038486 is #FC7B79. Grayscale: #5D5D5D. Windows color (decimal): -16546682 or 8815619. OLE color: 8815619.
HSL color Cylindrical-coordinate representation of color #038486: hue angle of 180.92º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038486 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 132 | 134 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.47 |
| HSL | 180.92º | 0.96% | 0.27% | - |
| HSV(B) | 180.92º | 0.98% | 0.53% | - |
| XYZ | 12.59 | 18.24 | 25.41 | - |
| YUV | 93.66 | 150.76 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 134 | 0.98 | 0.01 | 0 | 0.47 | 180.92 | 0.96 | 0.27 |
| Hex | 3 | 84 | 86 | 62 | 1 | 0 | 2F | B5 | 60 | 1B |
| Octal | 3 | 204 | 206 | 142 | 1 | 0 | 57 | 265 | 140 | 33 |
| Binary | 11 | 10000100 | 10000110 | 1100010 | 1 | 0 | 101111 | 10110101 | 1100000 | 11011 |
Color Harmonies of #038486
Complementary color
Monochromatic Colors of #038486
Black with #038486
Text Example
Text Example
White with #038486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038486; }
p { color: rgb(3,132,134); }
H1.HeaderClassName
{
color: #038486;
}
.AnyTagClassName
{
color: #038486;
}
</style>
background-color css
<style>
a { background-color: #038486; }
a { background-color: rgb(3,132,134); }
div.DivClassName
{
background-color: #038486;
}
.BgClassName
{
background-color: #038486;
}
</style>
border-color css
<style>
span { border-color: #038486; }
span { border-color: rgb(3,132,134); }
td.TdClassName
{
border-color: #038486;
}
.TagClassName
{
border-color: #038486;
}
</style>