Shades of Teal #038286
Tints of Teal #038286
RGB
CMYK
RGB Variations
Color information
#038286 (or 0x038286) is known color: Teal. HEX triplet: 03, 82 and 86. RGB value is (3,130,134). Sum of RGB (Red+Green+Blue) = 3+130+134=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #038286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038286 is #FC7D79. Grayscale: #5C5C5C. Windows color (decimal): -16547194 or 8815107. OLE color: 8815107.
HSL color Cylindrical-coordinate representation of color #038286: hue angle of 181.83º 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 #038286 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 130 | 134 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.47 |
| HSL | 181.83º | 0.96% | 0.27% | - |
| HSV(B) | 181.83º | 0.98% | 0.53% | - |
| XYZ | 12.32 | 17.71 | 25.32 | - |
| YUV | 92.48 | 151.42 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 134 | 0.98 | 0.03 | 0 | 0.47 | 181.83 | 0.96 | 0.27 |
| Hex | 3 | 82 | 86 | 62 | 3 | 0 | 2F | B6 | 60 | 1B |
| Octal | 3 | 202 | 206 | 142 | 3 | 0 | 57 | 266 | 140 | 33 |
| Binary | 11 | 10000010 | 10000110 | 1100010 | 11 | 0 | 101111 | 10110110 | 1100000 | 11011 |
Color Harmonies of #038286
Complementary color
Monochromatic Colors of #038286
Black with #038286
Text Example
Text Example
White with #038286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038286; }
p { color: rgb(3,130,134); }
H1.HeaderClassName
{
color: #038286;
}
.AnyTagClassName
{
color: #038286;
}
</style>
background-color css
<style>
a { background-color: #038286; }
a { background-color: rgb(3,130,134); }
div.DivClassName
{
background-color: #038286;
}
.BgClassName
{
background-color: #038286;
}
</style>
border-color css
<style>
span { border-color: #038286; }
span { border-color: rgb(3,130,134); }
td.TdClassName
{
border-color: #038286;
}
.TagClassName
{
border-color: #038286;
}
</style>