Shades of Teal #03758E
Tints of Teal #03758E
RGB
CMYK
RGB Variations
Color information
#03758E (or 0x03758E) is known color: Teal. HEX triplet: 03, 75 and 8E. RGB value is (3,117,142). Sum of RGB (Red+Green+Blue) = 3+117+142=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #03758E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03758E is #FC8A71. Grayscale: #555555. Windows color (decimal): -16550514 or 9336067. OLE color: 9336067.
HSL color Cylindrical-coordinate representation of color #03758E: hue angle of 190.79º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03758E is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 117 | 142 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.44 |
| HSL | 190.79º | 0.96% | 0.28% | - |
| HSV(B) | 190.79º | 0.98% | 0.56% | - |
| XYZ | 11.28 | 14.69 | 27.83 | - |
| YUV | 85.76 | 159.73 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 142 | 0.98 | 0.18 | 0 | 0.44 | 190.79 | 0.96 | 0.28 |
| Hex | 3 | 75 | 8E | 62 | 12 | 0 | 2C | BF | 60 | 1C |
| Octal | 3 | 165 | 216 | 142 | 22 | 0 | 54 | 277 | 140 | 34 |
| Binary | 11 | 1110101 | 10001110 | 1100010 | 10010 | 0 | 101100 | 10111111 | 1100000 | 11100 |
Color Harmonies of #03758E
Complementary color
Monochromatic Colors of #03758E
Black with #03758E
Text Example
Text Example
White with #03758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03758E; }
p { color: rgb(3,117,142); }
H1.HeaderClassName
{
color: #03758E;
}
.AnyTagClassName
{
color: #03758E;
}
</style>
background-color css
<style>
a { background-color: #03758E; }
a { background-color: rgb(3,117,142); }
div.DivClassName
{
background-color: #03758E;
}
.BgClassName
{
background-color: #03758E;
}
</style>
border-color css
<style>
span { border-color: #03758E; }
span { border-color: rgb(3,117,142); }
td.TdClassName
{
border-color: #03758E;
}
.TagClassName
{
border-color: #03758E;
}
</style>