Shades of Teal #01847F
Tints of Teal #01847F
RGB
CMYK
RGB Variations
Color information
#01847F (or 0x01847F) is known color: Teal. HEX triplet: 01, 84 and 7F. RGB value is (1,132,127). Sum of RGB (Red+Green+Blue) = 1+132+127=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #01847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01847F is #FE7B80. Grayscale: #5C5C5C. Windows color (decimal): -16677761 or 8356865. OLE color: 8356865.
HSL color Cylindrical-coordinate representation of color #01847F: hue angle of 177.71º 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 #01847F is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 127 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.48 |
| HSL | 177.71º | 0.98% | 0.26% | - |
| HSV(B) | 177.71º | 0.99% | 0.52% | - |
| XYZ | 12.09 | 18.04 | 22.92 | - |
| YUV | 92.26 | 147.6 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 127 | 0.99 | 0 | 0.04 | 0.48 | 177.71 | 0.98 | 0.26 |
| Hex | 1 | 84 | 7F | 63 | 0 | 4 | 30 | B2 | 62 | 1A |
| Octal | 1 | 204 | 177 | 143 | 0 | 4 | 60 | 262 | 142 | 32 |
| Binary | 1 | 10000100 | 1111111 | 1100011 | 0 | 100 | 110000 | 10110010 | 1100010 | 11010 |
Color Harmonies of #01847F
Complementary color
Monochromatic Colors of #01847F
Black with #01847F
Text Example
Text Example
White with #01847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01847F; }
p { color: rgb(1,132,127); }
H1.HeaderClassName
{
color: #01847F;
}
.AnyTagClassName
{
color: #01847F;
}
</style>
background-color css
<style>
a { background-color: #01847F; }
a { background-color: rgb(1,132,127); }
div.DivClassName
{
background-color: #01847F;
}
.BgClassName
{
background-color: #01847F;
}
</style>
border-color css
<style>
span { border-color: #01847F; }
span { border-color: rgb(1,132,127); }
td.TdClassName
{
border-color: #01847F;
}
.TagClassName
{
border-color: #01847F;
}
</style>