Shades of Teal #01857C
Tints of Teal #01857C
RGB
CMYK
RGB Variations
Color information
#01857C (or 0x01857C) is known color: Teal. HEX triplet: 01, 85 and 7C. RGB value is (1,133,124). Sum of RGB (Red+Green+Blue) = 1+133+124=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #01857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01857C is #FE7A83. Grayscale: #5C5C5C. Windows color (decimal): -16677508 or 8160513. OLE color: 8160513.
HSL color Cylindrical-coordinate representation of color #01857C: hue angle of 175.91º 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 #01857C is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 124 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.48 |
| HSL | 175.91º | 0.99% | 0.26% | - |
| HSV(B) | 175.91º | 0.99% | 0.52% | - |
| XYZ | 12.04 | 18.24 | 21.95 | - |
| YUV | 92.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 124 | 0.99 | 0 | 0.07 | 0.48 | 175.91 | 0.99 | 0.26 |
| Hex | 1 | 85 | 7C | 63 | 0 | 7 | 30 | B0 | 63 | 1A |
| Octal | 1 | 205 | 174 | 143 | 0 | 7 | 60 | 260 | 143 | 32 |
| Binary | 1 | 10000101 | 1111100 | 1100011 | 0 | 111 | 110000 | 10110000 | 1100011 | 11010 |
Color Harmonies of #01857C
Complementary color
Monochromatic Colors of #01857C
Black with #01857C
Text Example
Text Example
White with #01857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01857C; }
p { color: rgb(1,133,124); }
H1.HeaderClassName
{
color: #01857C;
}
.AnyTagClassName
{
color: #01857C;
}
</style>
background-color css
<style>
a { background-color: #01857C; }
a { background-color: rgb(1,133,124); }
div.DivClassName
{
background-color: #01857C;
}
.BgClassName
{
background-color: #01857C;
}
</style>
border-color css
<style>
span { border-color: #01857C; }
span { border-color: rgb(1,133,124); }
td.TdClassName
{
border-color: #01857C;
}
.TagClassName
{
border-color: #01857C;
}
</style>