Shades of Teal #03708A
Tints of Teal #03708A
RGB
CMYK
RGB Variations
Color information
#03708A (or 0x03708A) is known color: Teal. HEX triplet: 03, 70 and 8A. RGB value is (3,112,138). Sum of RGB (Red+Green+Blue) = 3+112+138=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #03708A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03708A is #FC8F75. Grayscale: #525252. Windows color (decimal): -16551798 or 9072643. OLE color: 9072643.
HSL color Cylindrical-coordinate representation of color #03708A: hue angle of 191.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03708A is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 112 | 138 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.46 |
| HSL | 191.56º | 0.96% | 0.28% | - |
| HSV(B) | 191.56º | 0.98% | 0.54% | - |
| XYZ | 10.42 | 13.44 | 26.09 | - |
| YUV | 82.37 | 159.39 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 138 | 0.98 | 0.19 | 0 | 0.46 | 191.56 | 0.96 | 0.28 |
| Hex | 3 | 70 | 8A | 62 | 13 | 0 | 2E | C0 | 60 | 1C |
| Octal | 3 | 160 | 212 | 142 | 23 | 0 | 56 | 300 | 140 | 34 |
| Binary | 11 | 1110000 | 10001010 | 1100010 | 10011 | 0 | 101110 | 11000000 | 1100000 | 11100 |
Color Harmonies of #03708A
Complementary color
Monochromatic Colors of #03708A
Black with #03708A
Text Example
Text Example
White with #03708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03708A; }
p { color: rgb(3,112,138); }
H1.HeaderClassName
{
color: #03708A;
}
.AnyTagClassName
{
color: #03708A;
}
</style>
background-color css
<style>
a { background-color: #03708A; }
a { background-color: rgb(3,112,138); }
div.DivClassName
{
background-color: #03708A;
}
.BgClassName
{
background-color: #03708A;
}
</style>
border-color css
<style>
span { border-color: #03708A; }
span { border-color: rgb(3,112,138); }
td.TdClassName
{
border-color: #03708A;
}
.TagClassName
{
border-color: #03708A;
}
</style>