Shades of Teal #03847E
Tints of Teal #03847E
RGB
CMYK
RGB Variations
Color information
#03847E (or 0x03847E) is known color: Teal. HEX triplet: 03, 84 and 7E. RGB value is (3,132,126). Sum of RGB (Red+Green+Blue) = 3+132+126=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #03847E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03847E is #FC7B81. Grayscale: #5C5C5C. Windows color (decimal): -16546690 or 8291331. OLE color: 8291331.
HSL color Cylindrical-coordinate representation of color #03847E: hue angle of 177.21º 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 #03847E is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 132 | 126 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.48 |
| HSL | 177.21º | 0.96% | 0.26% | - |
| HSV(B) | 177.21º | 0.98% | 0.52% | - |
| XYZ | 12.05 | 18.03 | 22.58 | - |
| YUV | 92.75 | 146.76 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 126 | 0.98 | 0 | 0.05 | 0.48 | 177.21 | 0.96 | 0.26 |
| Hex | 3 | 84 | 7E | 62 | 0 | 5 | 30 | B1 | 60 | 1A |
| Octal | 3 | 204 | 176 | 142 | 0 | 5 | 60 | 261 | 140 | 32 |
| Binary | 11 | 10000100 | 1111110 | 1100010 | 0 | 101 | 110000 | 10110001 | 1100000 | 11010 |
Color Harmonies of #03847E
Complementary color
Monochromatic Colors of #03847E
Black with #03847E
Text Example
Text Example
White with #03847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03847E; }
p { color: rgb(3,132,126); }
H1.HeaderClassName
{
color: #03847E;
}
.AnyTagClassName
{
color: #03847E;
}
</style>
background-color css
<style>
a { background-color: #03847E; }
a { background-color: rgb(3,132,126); }
div.DivClassName
{
background-color: #03847E;
}
.BgClassName
{
background-color: #03847E;
}
</style>
border-color css
<style>
span { border-color: #03847E; }
span { border-color: rgb(3,132,126); }
td.TdClassName
{
border-color: #03847E;
}
.TagClassName
{
border-color: #03847E;
}
</style>