Shades of Teal #03778A
Tints of Teal #03778A
RGB
CMYK
RGB Variations
Color information
#03778A (or 0x03778A) is known color: Teal. HEX triplet: 03, 77 and 8A. RGB value is (3,119,138). Sum of RGB (Red+Green+Blue) = 3+119+138=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #03778A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03778A is #FC8875. Grayscale: #565656. Windows color (decimal): -16550006 or 9074435. OLE color: 9074435.
HSL color Cylindrical-coordinate representation of color #03778A: hue angle of 188.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03778A is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 119 | 138 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.46 |
| HSL | 188.44º | 0.96% | 0.28% | - |
| HSV(B) | 188.44º | 0.98% | 0.54% | - |
| XYZ | 11.22 | 15.05 | 26.36 | - |
| YUV | 86.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 138 | 0.98 | 0.14 | 0 | 0.46 | 188.44 | 0.96 | 0.28 |
| Hex | 3 | 77 | 8A | 62 | E | 0 | 2E | BC | 60 | 1C |
| Octal | 3 | 167 | 212 | 142 | 16 | 0 | 56 | 274 | 140 | 34 |
| Binary | 11 | 1110111 | 10001010 | 1100010 | 1110 | 0 | 101110 | 10111100 | 1100000 | 11100 |
Color Harmonies of #03778A
Complementary color
Monochromatic Colors of #03778A
Black with #03778A
Text Example
Text Example
White with #03778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03778A; }
p { color: rgb(3,119,138); }
H1.HeaderClassName
{
color: #03778A;
}
.AnyTagClassName
{
color: #03778A;
}
</style>
background-color css
<style>
a { background-color: #03778A; }
a { background-color: rgb(3,119,138); }
div.DivClassName
{
background-color: #03778A;
}
.BgClassName
{
background-color: #03778A;
}
</style>
border-color css
<style>
span { border-color: #03778A; }
span { border-color: rgb(3,119,138); }
td.TdClassName
{
border-color: #03778A;
}
.TagClassName
{
border-color: #03778A;
}
</style>