Shades of Teal #01837F
Tints of Teal #01837F
RGB
CMYK
RGB Variations
Color information
#01837F (or 0x01837F) is known color: Teal. HEX triplet: 01, 83 and 7F. RGB value is (1,131,127). Sum of RGB (Red+Green+Blue) = 1+131+127=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #01837F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01837F is #FE7C80. Grayscale: #5B5B5B. Windows color (decimal): -16678017 or 8356609. OLE color: 8356609.
HSL color Cylindrical-coordinate representation of color #01837F: hue angle of 178.15º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01837F is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 127 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.49 |
| HSL | 178.15º | 0.98% | 0.26% | - |
| HSV(B) | 178.15º | 0.99% | 0.51% | - |
| XYZ | 11.96 | 17.77 | 22.88 | - |
| YUV | 91.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 127 | 0.99 | 0 | 0.03 | 0.49 | 178.15 | 0.98 | 0.26 |
| Hex | 1 | 83 | 7F | 63 | 0 | 3 | 31 | B2 | 62 | 1A |
| Octal | 1 | 203 | 177 | 143 | 0 | 3 | 61 | 262 | 142 | 32 |
| Binary | 1 | 10000011 | 1111111 | 1100011 | 0 | 11 | 110001 | 10110010 | 1100010 | 11010 |
Color Harmonies of #01837F
Complementary color
Monochromatic Colors of #01837F
Black with #01837F
Text Example
Text Example
White with #01837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01837F; }
p { color: rgb(1,131,127); }
H1.HeaderClassName
{
color: #01837F;
}
.AnyTagClassName
{
color: #01837F;
}
</style>
background-color css
<style>
a { background-color: #01837F; }
a { background-color: rgb(1,131,127); }
div.DivClassName
{
background-color: #01837F;
}
.BgClassName
{
background-color: #01837F;
}
</style>
border-color css
<style>
span { border-color: #01837F; }
span { border-color: rgb(1,131,127); }
td.TdClassName
{
border-color: #01837F;
}
.TagClassName
{
border-color: #01837F;
}
</style>