Shades of Teal #03798B
Tints of Teal #03798B
RGB
CMYK
RGB Variations
Color information
#03798B (or 0x03798B) is known color: Teal. HEX triplet: 03, 79 and 8B. RGB value is (3,121,139). Sum of RGB (Red+Green+Blue) = 3+121+139=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #03798B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03798B is #FC8674. Grayscale: #575757. Windows color (decimal): -16549493 or 9140483. OLE color: 9140483.
HSL color Cylindrical-coordinate representation of color #03798B: hue angle of 187.94º 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 #03798B is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 121 | 139 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.45 |
| HSL | 187.94º | 0.96% | 0.28% | - |
| HSV(B) | 187.94º | 0.98% | 0.55% | - |
| XYZ | 11.54 | 15.56 | 26.82 | - |
| YUV | 87.77 | 156.91 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 121 | 139 | 0.98 | 0.13 | 0 | 0.45 | 187.94 | 0.96 | 0.28 |
| Hex | 3 | 79 | 8B | 62 | D | 0 | 2D | BC | 60 | 1C |
| Octal | 3 | 171 | 213 | 142 | 15 | 0 | 55 | 274 | 140 | 34 |
| Binary | 11 | 1111001 | 10001011 | 1100010 | 1101 | 0 | 101101 | 10111100 | 1100000 | 11100 |
Color Harmonies of #03798B
Complementary color
Monochromatic Colors of #03798B
Black with #03798B
Text Example
Text Example
White with #03798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03798B; }
p { color: rgb(3,121,139); }
H1.HeaderClassName
{
color: #03798B;
}
.AnyTagClassName
{
color: #03798B;
}
</style>
background-color css
<style>
a { background-color: #03798B; }
a { background-color: rgb(3,121,139); }
div.DivClassName
{
background-color: #03798B;
}
.BgClassName
{
background-color: #03798B;
}
</style>
border-color css
<style>
span { border-color: #03798B; }
span { border-color: rgb(3,121,139); }
td.TdClassName
{
border-color: #03798B;
}
.TagClassName
{
border-color: #03798B;
}
</style>