Shades of Teal #037A8D
Tints of Teal #037A8D
RGB
CMYK
RGB Variations
Color information
#037A8D (or 0x037A8D) is known color: Teal. HEX triplet: 03, 7A and 8D. RGB value is (3,122,141). Sum of RGB (Red+Green+Blue) = 3+122+141=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #037A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037A8D is #FC8572. Grayscale: #585858. Windows color (decimal): -16549235 or 9271811. OLE color: 9271811.
HSL color Cylindrical-coordinate representation of color #037A8D: hue angle of 188.26º 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 #037A8D is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 3 | 122 | 141 | - |
CMYK | 0.98 | 0.13 | 0 | 0.45 |
HSL | 188.26º | 0.96% | 0.28% | - |
HSV(B) | 188.26º | 0.98% | 0.55% | - |
XYZ | 11.8 | 15.86 | 27.64 | - |
YUV | 88.59 | 157.58 | 66.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 122 | 141 | 0.98 | 0.13 | 0 | 0.45 | 188.26 | 0.96 | 0.28 |
Hex | 3 | 7A | 8D | 62 | D | 0 | 2D | BC | 60 | 1C |
Octal | 3 | 172 | 215 | 142 | 15 | 0 | 55 | 274 | 140 | 34 |
Binary | 11 | 1111010 | 10001101 | 1100010 | 1101 | 0 | 101101 | 10111100 | 1100000 | 11100 |
Color Harmonies of #037A8D
Complementary color
Monochromatic Colors of #037A8D
Black with #037A8D
Text Example
Text Example
White with #037A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A8D; }
p { color: rgb(3,122,141); }
H1.HeaderClassName
{
color: #037A8D;
}
.AnyTagClassName
{
color: #037A8D;
}
</style>
background-color css
<style>
a { background-color: #037A8D; }
a { background-color: rgb(3,122,141); }
div.DivClassName
{
background-color: #037A8D;
}
.BgClassName
{
background-color: #037A8D;
}
</style>
border-color css
<style>
span { border-color: #037A8D; }
span { border-color: rgb(3,122,141); }
td.TdClassName
{
border-color: #037A8D;
}
.TagClassName
{
border-color: #037A8D;
}
</style>