Shades of Teal #03788C
Tints of Teal #03788C
RGB
CMYK
RGB Variations
Color information
#03788C (or 0x03788C) is known color: Teal. HEX triplet: 03, 78 and 8C. RGB value is (3,120,140). Sum of RGB (Red+Green+Blue) = 3+120+140=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #03788C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03788C is #FC8773. Grayscale: #575757. Windows color (decimal): -16549748 or 9205763. OLE color: 9205763.
HSL color Cylindrical-coordinate representation of color #03788C: hue angle of 188.76º 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 #03788C is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 120 | 140 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.45 |
| HSL | 188.76º | 0.96% | 0.28% | - |
| HSV(B) | 188.76º | 0.98% | 0.55% | - |
| XYZ | 11.49 | 15.35 | 27.17 | - |
| YUV | 87.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 140 | 0.98 | 0.14 | 0 | 0.45 | 188.76 | 0.96 | 0.28 |
| Hex | 3 | 78 | 8C | 62 | E | 0 | 2D | BD | 60 | 1C |
| Octal | 3 | 170 | 214 | 142 | 16 | 0 | 55 | 275 | 140 | 34 |
| Binary | 11 | 1111000 | 10001100 | 1100010 | 1110 | 0 | 101101 | 10111101 | 1100000 | 11100 |
Color Harmonies of #03788C
Complementary color
Monochromatic Colors of #03788C
Black with #03788C
Text Example
Text Example
White with #03788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03788C; }
p { color: rgb(3,120,140); }
H1.HeaderClassName
{
color: #03788C;
}
.AnyTagClassName
{
color: #03788C;
}
</style>
background-color css
<style>
a { background-color: #03788C; }
a { background-color: rgb(3,120,140); }
div.DivClassName
{
background-color: #03788C;
}
.BgClassName
{
background-color: #03788C;
}
</style>
border-color css
<style>
span { border-color: #03788C; }
span { border-color: rgb(3,120,140); }
td.TdClassName
{
border-color: #03788C;
}
.TagClassName
{
border-color: #03788C;
}
</style>