Shades of Teal #01847E
Tints of Teal #01847E
RGB
CMYK
RGB Variations
Color information
#01847E (or 0x01847E) is known color: Teal. HEX triplet: 01, 84 and 7E. RGB value is (1,132,126). Sum of RGB (Red+Green+Blue) = 1+132+126=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #01847E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01847E is #FE7B81. Grayscale: #5C5C5C. Windows color (decimal): -16677762 or 8291329. OLE color: 8291329.
HSL color Cylindrical-coordinate representation of color #01847E: hue angle of 177.25º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01847E is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 126 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.48 |
| HSL | 177.25º | 0.98% | 0.26% | - |
| HSV(B) | 177.25º | 0.99% | 0.52% | - |
| XYZ | 12.03 | 18.02 | 22.58 | - |
| YUV | 92.15 | 147.1 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 126 | 0.99 | 0 | 0.05 | 0.48 | 177.25 | 0.98 | 0.26 |
| Hex | 1 | 84 | 7E | 63 | 0 | 5 | 30 | B1 | 62 | 1A |
| Octal | 1 | 204 | 176 | 143 | 0 | 5 | 60 | 261 | 142 | 32 |
| Binary | 1 | 10000100 | 1111110 | 1100011 | 0 | 101 | 110000 | 10110001 | 1100010 | 11010 |
Color Harmonies of #01847E
Complementary color
Monochromatic Colors of #01847E
Black with #01847E
Text Example
Text Example
White with #01847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01847E; }
p { color: rgb(1,132,126); }
H1.HeaderClassName
{
color: #01847E;
}
.AnyTagClassName
{
color: #01847E;
}
</style>
background-color css
<style>
a { background-color: #01847E; }
a { background-color: rgb(1,132,126); }
div.DivClassName
{
background-color: #01847E;
}
.BgClassName
{
background-color: #01847E;
}
</style>
border-color css
<style>
span { border-color: #01847E; }
span { border-color: rgb(1,132,126); }
td.TdClassName
{
border-color: #01847E;
}
.TagClassName
{
border-color: #01847E;
}
</style>