Shades of Teal #03867D
Tints of Teal #03867D
RGB
CMYK
RGB Variations
Color information
#03867D (or 0x03867D) is known color: Teal. HEX triplet: 03, 86 and 7D. RGB value is (3,134,125). Sum of RGB (Red+Green+Blue) = 3+134+125=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #03867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03867D is #FC7982. Grayscale: #5D5D5D. Windows color (decimal): -16546179 or 8226307. OLE color: 8226307.
HSL color Cylindrical-coordinate representation of color #03867D: hue angle of 175.88º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03867D is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 134 | 125 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.47 |
| HSL | 175.88º | 0.96% | 0.27% | - |
| HSV(B) | 175.88º | 0.98% | 0.53% | - |
| XYZ | 12.26 | 18.55 | 22.34 | - |
| YUV | 93.81 | 145.6 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 125 | 0.98 | 0 | 0.07 | 0.47 | 175.88 | 0.96 | 0.27 |
| Hex | 3 | 86 | 7D | 62 | 0 | 7 | 2F | B0 | 60 | 1B |
| Octal | 3 | 206 | 175 | 142 | 0 | 7 | 57 | 260 | 140 | 33 |
| Binary | 11 | 10000110 | 1111101 | 1100010 | 0 | 111 | 101111 | 10110000 | 1100000 | 11011 |
Color Harmonies of #03867D
Complementary color
Monochromatic Colors of #03867D
Black with #03867D
Text Example
Text Example
White with #03867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03867D; }
p { color: rgb(3,134,125); }
H1.HeaderClassName
{
color: #03867D;
}
.AnyTagClassName
{
color: #03867D;
}
</style>
background-color css
<style>
a { background-color: #03867D; }
a { background-color: rgb(3,134,125); }
div.DivClassName
{
background-color: #03867D;
}
.BgClassName
{
background-color: #03867D;
}
</style>
border-color css
<style>
span { border-color: #03867D; }
span { border-color: rgb(3,134,125); }
td.TdClassName
{
border-color: #03867D;
}
.TagClassName
{
border-color: #03867D;
}
</style>