Shades of Teal #038684
Tints of Teal #038684
RGB
CMYK
RGB Variations
Color information
#038684 (or 0x038684) is known color: Teal. HEX triplet: 03, 86 and 84. RGB value is (3,134,132). Sum of RGB (Red+Green+Blue) = 3+134+132=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #038684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038684 is #FC797B. Grayscale: #5E5E5E. Windows color (decimal): -16546172 or 8685059. OLE color: 8685059.
HSL color Cylindrical-coordinate representation of color #038684: hue angle of 179.08º 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 #038684 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 134 | 132 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.47 |
| HSL | 179.08º | 0.96% | 0.27% | - |
| HSV(B) | 179.08º | 0.98% | 0.53% | - |
| XYZ | 12.73 | 18.74 | 24.78 | - |
| YUV | 94.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 132 | 0.98 | 0 | 0.01 | 0.47 | 179.08 | 0.96 | 0.27 |
| Hex | 3 | 86 | 84 | 62 | 0 | 1 | 2F | B3 | 60 | 1B |
| Octal | 3 | 206 | 204 | 142 | 0 | 1 | 57 | 263 | 140 | 33 |
| Binary | 11 | 10000110 | 10000100 | 1100010 | 0 | 1 | 101111 | 10110011 | 1100000 | 11011 |
Color Harmonies of #038684
Complementary color
Monochromatic Colors of #038684
Black with #038684
Text Example
Text Example
White with #038684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038684; }
p { color: rgb(3,134,132); }
H1.HeaderClassName
{
color: #038684;
}
.AnyTagClassName
{
color: #038684;
}
</style>
background-color css
<style>
a { background-color: #038684; }
a { background-color: rgb(3,134,132); }
div.DivClassName
{
background-color: #038684;
}
.BgClassName
{
background-color: #038684;
}
</style>
border-color css
<style>
span { border-color: #038684; }
span { border-color: rgb(3,134,132); }
td.TdClassName
{
border-color: #038684;
}
.TagClassName
{
border-color: #038684;
}
</style>