Shades of Teal #03758C
Tints of Teal #03758C
RGB
CMYK
RGB Variations
Color information
#03758C (or 0x03758C) is known color: Teal. HEX triplet: 03, 75 and 8C. RGB value is (3,117,140). Sum of RGB (Red+Green+Blue) = 3+117+140=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #03758C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03758C is #FC8A73. Grayscale: #555555. Windows color (decimal): -16550516 or 9204995. OLE color: 9204995.
HSL color Cylindrical-coordinate representation of color #03758C: hue angle of 190.07º 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 #03758C is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 117 | 140 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.45 |
| HSL | 190.07º | 0.96% | 0.28% | - |
| HSV(B) | 190.07º | 0.98% | 0.55% | - |
| XYZ | 11.13 | 14.64 | 27.05 | - |
| YUV | 85.54 | 158.73 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 140 | 0.98 | 0.16 | 0 | 0.45 | 190.07 | 0.96 | 0.28 |
| Hex | 3 | 75 | 8C | 62 | 10 | 0 | 2D | BE | 60 | 1C |
| Octal | 3 | 165 | 214 | 142 | 20 | 0 | 55 | 276 | 140 | 34 |
| Binary | 11 | 1110101 | 10001100 | 1100010 | 10000 | 0 | 101101 | 10111110 | 1100000 | 11100 |
Color Harmonies of #03758C
Complementary color
Monochromatic Colors of #03758C
Black with #03758C
Text Example
Text Example
White with #03758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03758C; }
p { color: rgb(3,117,140); }
H1.HeaderClassName
{
color: #03758C;
}
.AnyTagClassName
{
color: #03758C;
}
</style>
background-color css
<style>
a { background-color: #03758C; }
a { background-color: rgb(3,117,140); }
div.DivClassName
{
background-color: #03758C;
}
.BgClassName
{
background-color: #03758C;
}
</style>
border-color css
<style>
span { border-color: #03758C; }
span { border-color: rgb(3,117,140); }
td.TdClassName
{
border-color: #03758C;
}
.TagClassName
{
border-color: #03758C;
}
</style>