Shades of Teal #03807C
Tints of Teal #03807C
RGB
CMYK
RGB Variations
Color information
#03807C (or 0x03807C) is known color: Teal. HEX triplet: 03, 80 and 7C. RGB value is (3,128,124). Sum of RGB (Red+Green+Blue) = 3+128+124=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #03807C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03807C is #FC7F83. Grayscale: #5A5A5A. Windows color (decimal): -16547716 or 8159235. OLE color: 8159235.
HSL color Cylindrical-coordinate representation of color #03807C: hue angle of 178.08º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03807C is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 124 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.50 |
| HSL | 178.08º | 0.95% | 0.26% | - |
| HSV(B) | 178.08º | 0.98% | 0.5% | - |
| XYZ | 11.39 | 16.91 | 21.73 | - |
| YUV | 90.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 124 | 0.98 | 0 | 0.03 | 0.50 | 178.08 | 0.95 | 0.26 |
| Hex | 3 | 80 | 7C | 62 | 0 | 3 | 32 | B2 | 5F | 1A |
| Octal | 3 | 200 | 174 | 142 | 0 | 3 | 62 | 262 | 137 | 32 |
| Binary | 11 | 10000000 | 1111100 | 1100010 | 0 | 11 | 110010 | 10110010 | 1011111 | 11010 |
Color Harmonies of #03807C
Complementary color
Monochromatic Colors of #03807C
Black with #03807C
Text Example
Text Example
White with #03807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03807C; }
p { color: rgb(3,128,124); }
H1.HeaderClassName
{
color: #03807C;
}
.AnyTagClassName
{
color: #03807C;
}
</style>
background-color css
<style>
a { background-color: #03807C; }
a { background-color: rgb(3,128,124); }
div.DivClassName
{
background-color: #03807C;
}
.BgClassName
{
background-color: #03807C;
}
</style>
border-color css
<style>
span { border-color: #03807C; }
span { border-color: rgb(3,128,124); }
td.TdClassName
{
border-color: #03807C;
}
.TagClassName
{
border-color: #03807C;
}
</style>