Shades of Teal #03787E
Tints of Teal #03787E
RGB
CMYK
RGB Variations
Color information
#03787E (or 0x03787E) is known color: Teal. HEX triplet: 03, 78 and 7E. RGB value is (3,120,126). Sum of RGB (Red+Green+Blue) = 3+120+126=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #03787E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03787E is #FC8781. Grayscale: #555555. Windows color (decimal): -16549762 or 8288259. OLE color: 8288259.
HSL color Cylindrical-coordinate representation of color #03787E: hue angle of 182.93º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03787E is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 120 | 126 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.51 |
| HSL | 182.93º | 0.95% | 0.25% | - |
| HSV(B) | 182.93º | 0.98% | 0.49% | - |
| XYZ | 10.52 | 14.96 | 22.07 | - |
| YUV | 85.7 | 150.74 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 126 | 0.98 | 0.05 | 0 | 0.51 | 182.93 | 0.95 | 0.25 |
| Hex | 3 | 78 | 7E | 62 | 5 | 0 | 33 | B7 | 5F | 19 |
| Octal | 3 | 170 | 176 | 142 | 5 | 0 | 63 | 267 | 137 | 31 |
| Binary | 11 | 1111000 | 1111110 | 1100010 | 101 | 0 | 110011 | 10110111 | 1011111 | 11001 |
Color Harmonies of #03787E
Complementary color
Monochromatic Colors of #03787E
Black with #03787E
Text Example
Text Example
White with #03787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03787E; }
p { color: rgb(3,120,126); }
H1.HeaderClassName
{
color: #03787E;
}
.AnyTagClassName
{
color: #03787E;
}
</style>
background-color css
<style>
a { background-color: #03787E; }
a { background-color: rgb(3,120,126); }
div.DivClassName
{
background-color: #03787E;
}
.BgClassName
{
background-color: #03787E;
}
</style>
border-color css
<style>
span { border-color: #03787E; }
span { border-color: rgb(3,120,126); }
td.TdClassName
{
border-color: #03787E;
}
.TagClassName
{
border-color: #03787E;
}
</style>