Shades of Teal #037B8F
Tints of Teal #037B8F
RGB
CMYK
RGB Variations
Color information
#037B8F (or 0x037B8F) is known color: Teal. HEX triplet: 03, 7B and 8F. RGB value is (3,123,143). Sum of RGB (Red+Green+Blue) = 3+123+143=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #037B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037B8F is #FC8470. Grayscale: #595959. Windows color (decimal): -16548977 or 9403139. OLE color: 9403139.
HSL color Cylindrical-coordinate representation of color #037B8F: hue angle of 188.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037B8F is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 123 | 143 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.44 |
| HSL | 188.57º | 0.96% | 0.29% | - |
| HSV(B) | 188.57º | 0.98% | 0.56% | - |
| XYZ | 12.08 | 16.17 | 28.47 | - |
| YUV | 89.4 | 158.24 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 143 | 0.98 | 0.14 | 0 | 0.44 | 188.57 | 0.96 | 0.29 |
| Hex | 3 | 7B | 8F | 62 | E | 0 | 2C | BD | 60 | 1D |
| Octal | 3 | 173 | 217 | 142 | 16 | 0 | 54 | 275 | 140 | 35 |
| Binary | 11 | 1111011 | 10001111 | 1100010 | 1110 | 0 | 101100 | 10111101 | 1100000 | 11101 |
Color Harmonies of #037B8F
Complementary color
Monochromatic Colors of #037B8F
Black with #037B8F
Text Example
Text Example
White with #037B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037B8F; }
p { color: rgb(3,123,143); }
H1.HeaderClassName
{
color: #037B8F;
}
.AnyTagClassName
{
color: #037B8F;
}
</style>
background-color css
<style>
a { background-color: #037B8F; }
a { background-color: rgb(3,123,143); }
div.DivClassName
{
background-color: #037B8F;
}
.BgClassName
{
background-color: #037B8F;
}
</style>
border-color css
<style>
span { border-color: #037B8F; }
span { border-color: rgb(3,123,143); }
td.TdClassName
{
border-color: #037B8F;
}
.TagClassName
{
border-color: #037B8F;
}
</style>