Shades of Teal #037B8D
Tints of Teal #037B8D
RGB
CMYK
RGB Variations
Color information
#037B8D (or 0x037B8D) is known color: Teal. HEX triplet: 03, 7B and 8D. RGB value is (3,123,141). Sum of RGB (Red+Green+Blue) = 3+123+141=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #037B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037B8D is #FC8472. Grayscale: #585858. Windows color (decimal): -16548979 or 9272067. OLE color: 9272067.
HSL color Cylindrical-coordinate representation of color #037B8D: hue angle of 187.83º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037B8D is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 123 | 141 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.45 |
| HSL | 187.83º | 0.96% | 0.28% | - |
| HSV(B) | 187.83º | 0.98% | 0.55% | - |
| XYZ | 11.93 | 16.11 | 27.68 | - |
| YUV | 89.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 141 | 0.98 | 0.13 | 0 | 0.45 | 187.83 | 0.96 | 0.28 |
| Hex | 3 | 7B | 8D | 62 | D | 0 | 2D | BC | 60 | 1C |
| Octal | 3 | 173 | 215 | 142 | 15 | 0 | 55 | 274 | 140 | 34 |
| Binary | 11 | 1111011 | 10001101 | 1100010 | 1101 | 0 | 101101 | 10111100 | 1100000 | 11100 |
Color Harmonies of #037B8D
Complementary color
Monochromatic Colors of #037B8D
Black with #037B8D
Text Example
Text Example
White with #037B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037B8D; }
p { color: rgb(3,123,141); }
H1.HeaderClassName
{
color: #037B8D;
}
.AnyTagClassName
{
color: #037B8D;
}
</style>
background-color css
<style>
a { background-color: #037B8D; }
a { background-color: rgb(3,123,141); }
div.DivClassName
{
background-color: #037B8D;
}
.BgClassName
{
background-color: #037B8D;
}
</style>
border-color css
<style>
span { border-color: #037B8D; }
span { border-color: rgb(3,123,141); }
td.TdClassName
{
border-color: #037B8D;
}
.TagClassName
{
border-color: #037B8D;
}
</style>