Shades of Teal #01847A
Tints of Teal #01847A
RGB
CMYK
RGB Variations
Color information
#01847A (or 0x01847A) is known color: Teal. HEX triplet: 01, 84 and 7A. RGB value is (1,132,122). Sum of RGB (Red+Green+Blue) = 1+132+122=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #01847A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01847A is #FE7B85. Grayscale: #5B5B5B. Windows color (decimal): -16677766 or 8029185. OLE color: 8029185.
HSL color Cylindrical-coordinate representation of color #01847A: hue angle of 175.42º 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 #01847A is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 122 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.48 |
| HSL | 175.42º | 0.98% | 0.26% | - |
| HSV(B) | 175.42º | 0.99% | 0.52% | - |
| XYZ | 11.78 | 17.91 | 21.25 | - |
| YUV | 91.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 122 | 0.99 | 0 | 0.08 | 0.48 | 175.42 | 0.98 | 0.26 |
| Hex | 1 | 84 | 7A | 63 | 0 | 8 | 30 | AF | 62 | 1A |
| Octal | 1 | 204 | 172 | 143 | 0 | 10 | 60 | 257 | 142 | 32 |
| Binary | 1 | 10000100 | 1111010 | 1100011 | 0 | 1000 | 110000 | 10101111 | 1100010 | 11010 |
Color Harmonies of #01847A
Complementary color
Monochromatic Colors of #01847A
Black with #01847A
Text Example
Text Example
White with #01847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01847A; }
p { color: rgb(1,132,122); }
H1.HeaderClassName
{
color: #01847A;
}
.AnyTagClassName
{
color: #01847A;
}
</style>
background-color css
<style>
a { background-color: #01847A; }
a { background-color: rgb(1,132,122); }
div.DivClassName
{
background-color: #01847A;
}
.BgClassName
{
background-color: #01847A;
}
</style>
border-color css
<style>
span { border-color: #01847A; }
span { border-color: rgb(1,132,122); }
td.TdClassName
{
border-color: #01847A;
}
.TagClassName
{
border-color: #01847A;
}
</style>