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