Shades of Teal #03768C
Tints of Teal #03768C
RGB
CMYK
RGB Variations
Color information
#03768C (or 0x03768C) is known color: Teal. HEX triplet: 03, 76 and 8C. RGB value is (3,118,140). Sum of RGB (Red+Green+Blue) = 3+118+140=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #03768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03768C is #FC8973. Grayscale: #555555. Windows color (decimal): -16550260 or 9205251. OLE color: 9205251.
HSL color Cylindrical-coordinate representation of color #03768C: hue angle of 189.64º 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 #03768C is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 118 | 140 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.45 |
| HSL | 189.64º | 0.96% | 0.28% | - |
| HSV(B) | 189.64º | 0.98% | 0.55% | - |
| XYZ | 11.25 | 14.87 | 27.09 | - |
| YUV | 86.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 140 | 0.98 | 0.16 | 0 | 0.45 | 189.64 | 0.96 | 0.28 |
| Hex | 3 | 76 | 8C | 62 | 10 | 0 | 2D | BE | 60 | 1C |
| Octal | 3 | 166 | 214 | 142 | 20 | 0 | 55 | 276 | 140 | 34 |
| Binary | 11 | 1110110 | 10001100 | 1100010 | 10000 | 0 | 101101 | 10111110 | 1100000 | 11100 |
Color Harmonies of #03768C
Complementary color
Monochromatic Colors of #03768C
Black with #03768C
Text Example
Text Example
White with #03768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03768C; }
p { color: rgb(3,118,140); }
H1.HeaderClassName
{
color: #03768C;
}
.AnyTagClassName
{
color: #03768C;
}
</style>
background-color css
<style>
a { background-color: #03768C; }
a { background-color: rgb(3,118,140); }
div.DivClassName
{
background-color: #03768C;
}
.BgClassName
{
background-color: #03768C;
}
</style>
border-color css
<style>
span { border-color: #03768C; }
span { border-color: rgb(3,118,140); }
td.TdClassName
{
border-color: #03768C;
}
.TagClassName
{
border-color: #03768C;
}
</style>