Shades of Teal #01857A
Tints of Teal #01857A
RGB
CMYK
RGB Variations
Color information
#01857A (or 0x01857A) is known color: Teal. HEX triplet: 01, 85 and 7A. RGB value is (1,133,122). Sum of RGB (Red+Green+Blue) = 1+133+122=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #01857A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01857A is #FE7A85. Grayscale: #5C5C5C. Windows color (decimal): -16677510 or 8029441. OLE color: 8029441.
HSL color Cylindrical-coordinate representation of color #01857A: hue angle of 175º degrees, saturation: 0.99, 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 #01857A is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 122 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.48 |
| HSL | 175º | 0.99% | 0.26% | - |
| HSV(B) | 175º | 0.99% | 0.52% | - |
| XYZ | 11.91 | 18.19 | 21.29 | - |
| YUV | 92.28 | 144.77 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 122 | 0.99 | 0 | 0.08 | 0.48 | 175 | 0.99 | 0.26 |
| Hex | 1 | 85 | 7A | 63 | 0 | 8 | 30 | AF | 63 | 1A |
| Octal | 1 | 205 | 172 | 143 | 0 | 10 | 60 | 257 | 143 | 32 |
| Binary | 1 | 10000101 | 1111010 | 1100011 | 0 | 1000 | 110000 | 10101111 | 1100011 | 11010 |
Color Harmonies of #01857A
Complementary color
Monochromatic Colors of #01857A
Black with #01857A
Text Example
Text Example
White with #01857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01857A; }
p { color: rgb(1,133,122); }
H1.HeaderClassName
{
color: #01857A;
}
.AnyTagClassName
{
color: #01857A;
}
</style>
background-color css
<style>
a { background-color: #01857A; }
a { background-color: rgb(1,133,122); }
div.DivClassName
{
background-color: #01857A;
}
.BgClassName
{
background-color: #01857A;
}
</style>
border-color css
<style>
span { border-color: #01857A; }
span { border-color: rgb(1,133,122); }
td.TdClassName
{
border-color: #01857A;
}
.TagClassName
{
border-color: #01857A;
}
</style>