Shades of Teal #037381
Tints of Teal #037381
RGB
CMYK
RGB Variations
Color information
#037381 (or 0x037381) is known color: Teal. HEX triplet: 03, 73 and 81. RGB value is (3,115,129). Sum of RGB (Red+Green+Blue) = 3+115+129=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #037381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037381 is #FC8C7E. Grayscale: #525252. Windows color (decimal): -16551039 or 8483587. OLE color: 8483587.
HSL color Cylindrical-coordinate representation of color #037381: hue angle of 186.67º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037381 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 115 | 129 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.49 |
| HSL | 186.67º | 0.95% | 0.26% | - |
| HSV(B) | 186.67º | 0.98% | 0.51% | - |
| XYZ | 10.13 | 13.87 | 22.91 | - |
| YUV | 83.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 129 | 0.98 | 0.11 | 0 | 0.49 | 186.67 | 0.95 | 0.26 |
| Hex | 3 | 73 | 81 | 62 | B | 0 | 31 | BB | 5F | 1A |
| Octal | 3 | 163 | 201 | 142 | 13 | 0 | 61 | 273 | 137 | 32 |
| Binary | 11 | 1110011 | 10000001 | 1100010 | 1011 | 0 | 110001 | 10111011 | 1011111 | 11010 |
Color Harmonies of #037381
Complementary color
Monochromatic Colors of #037381
Black with #037381
Text Example
Text Example
White with #037381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037381; }
p { color: rgb(3,115,129); }
H1.HeaderClassName
{
color: #037381;
}
.AnyTagClassName
{
color: #037381;
}
</style>
background-color css
<style>
a { background-color: #037381; }
a { background-color: rgb(3,115,129); }
div.DivClassName
{
background-color: #037381;
}
.BgClassName
{
background-color: #037381;
}
</style>
border-color css
<style>
span { border-color: #037381; }
span { border-color: rgb(3,115,129); }
td.TdClassName
{
border-color: #037381;
}
.TagClassName
{
border-color: #037381;
}
</style>