Shades of Teal #037084
Tints of Teal #037084
RGB
CMYK
RGB Variations
Color information
#037084 (or 0x037084) is known color: Teal. HEX triplet: 03, 70 and 84. RGB value is (3,112,132). Sum of RGB (Red+Green+Blue) = 3+112+132=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #037084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037084 is #FC8F7B. Grayscale: #515151. Windows color (decimal): -16551804 or 8679427. OLE color: 8679427.
HSL color Cylindrical-coordinate representation of color #037084: hue angle of 189.3º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037084 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 112 | 132 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.48 |
| HSL | 189.3º | 0.96% | 0.26% | - |
| HSV(B) | 189.3º | 0.98% | 0.52% | - |
| XYZ | 10 | 13.27 | 23.86 | - |
| YUV | 81.69 | 156.39 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 132 | 0.98 | 0.15 | 0 | 0.48 | 189.3 | 0.96 | 0.26 |
| Hex | 3 | 70 | 84 | 62 | F | 0 | 30 | BD | 60 | 1A |
| Octal | 3 | 160 | 204 | 142 | 17 | 0 | 60 | 275 | 140 | 32 |
| Binary | 11 | 1110000 | 10000100 | 1100010 | 1111 | 0 | 110000 | 10111101 | 1100000 | 11010 |
Color Harmonies of #037084
Complementary color
Monochromatic Colors of #037084
Black with #037084
Text Example
Text Example
White with #037084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037084; }
p { color: rgb(3,112,132); }
H1.HeaderClassName
{
color: #037084;
}
.AnyTagClassName
{
color: #037084;
}
</style>
background-color css
<style>
a { background-color: #037084; }
a { background-color: rgb(3,112,132); }
div.DivClassName
{
background-color: #037084;
}
.BgClassName
{
background-color: #037084;
}
</style>
border-color css
<style>
span { border-color: #037084; }
span { border-color: rgb(3,112,132); }
td.TdClassName
{
border-color: #037084;
}
.TagClassName
{
border-color: #037084;
}
</style>