Shades of Teal #03867B
Tints of Teal #03867B
RGB
CMYK
RGB Variations
Color information
#03867B (or 0x03867B) is known color: Teal. HEX triplet: 03, 86 and 7B. RGB value is (3,134,123). Sum of RGB (Red+Green+Blue) = 3+134+123=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #03867B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03867B is #FC7984. Grayscale: #5D5D5D. Windows color (decimal): -16546181 or 8095235. OLE color: 8095235.
HSL color Cylindrical-coordinate representation of color #03867B: hue angle of 174.96º 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 #03867B is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 134 | 123 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.47 |
| HSL | 174.96º | 0.96% | 0.27% | - |
| HSV(B) | 174.96º | 0.98% | 0.53% | - |
| XYZ | 12.14 | 18.5 | 21.67 | - |
| YUV | 93.58 | 144.6 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 123 | 0.98 | 0 | 0.08 | 0.47 | 174.96 | 0.96 | 0.27 |
| Hex | 3 | 86 | 7B | 62 | 0 | 8 | 2F | AF | 60 | 1B |
| Octal | 3 | 206 | 173 | 142 | 0 | 10 | 57 | 257 | 140 | 33 |
| Binary | 11 | 10000110 | 1111011 | 1100010 | 0 | 1000 | 101111 | 10101111 | 1100000 | 11011 |
Color Harmonies of #03867B
Complementary color
Monochromatic Colors of #03867B
Black with #03867B
Text Example
Text Example
White with #03867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03867B; }
p { color: rgb(3,134,123); }
H1.HeaderClassName
{
color: #03867B;
}
.AnyTagClassName
{
color: #03867B;
}
</style>
background-color css
<style>
a { background-color: #03867B; }
a { background-color: rgb(3,134,123); }
div.DivClassName
{
background-color: #03867B;
}
.BgClassName
{
background-color: #03867B;
}
</style>
border-color css
<style>
span { border-color: #03867B; }
span { border-color: rgb(3,134,123); }
td.TdClassName
{
border-color: #03867B;
}
.TagClassName
{
border-color: #03867B;
}
</style>