Shades of Teal #03758D
Tints of Teal #03758D
RGB
CMYK
RGB Variations
Color information
#03758D (or 0x03758D) is known color: Teal. HEX triplet: 03, 75 and 8D. RGB value is (3,117,141). Sum of RGB (Red+Green+Blue) = 3+117+141=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #03758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03758D is #FC8A72. Grayscale: #555555. Windows color (decimal): -16550515 or 9270531. OLE color: 9270531.
HSL color Cylindrical-coordinate representation of color #03758D: hue angle of 190.43º 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 #03758D is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 117 | 141 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.45 |
| HSL | 190.43º | 0.96% | 0.28% | - |
| HSV(B) | 190.43º | 0.98% | 0.55% | - |
| XYZ | 11.21 | 14.67 | 27.44 | - |
| YUV | 85.65 | 159.23 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 141 | 0.98 | 0.17 | 0 | 0.45 | 190.43 | 0.96 | 0.28 |
| Hex | 3 | 75 | 8D | 62 | 11 | 0 | 2D | BE | 60 | 1C |
| Octal | 3 | 165 | 215 | 142 | 21 | 0 | 55 | 276 | 140 | 34 |
| Binary | 11 | 1110101 | 10001101 | 1100010 | 10001 | 0 | 101101 | 10111110 | 1100000 | 11100 |
Color Harmonies of #03758D
Complementary color
Monochromatic Colors of #03758D
Black with #03758D
Text Example
Text Example
White with #03758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03758D; }
p { color: rgb(3,117,141); }
H1.HeaderClassName
{
color: #03758D;
}
.AnyTagClassName
{
color: #03758D;
}
</style>
background-color css
<style>
a { background-color: #03758D; }
a { background-color: rgb(3,117,141); }
div.DivClassName
{
background-color: #03758D;
}
.BgClassName
{
background-color: #03758D;
}
</style>
border-color css
<style>
span { border-color: #03758D; }
span { border-color: rgb(3,117,141); }
td.TdClassName
{
border-color: #03758D;
}
.TagClassName
{
border-color: #03758D;
}
</style>