Shades of Teal #01827F
Tints of Teal #01827F
RGB
CMYK
RGB Variations
Color information
#01827F (or 0x01827F) is known color: Teal. HEX triplet: 01, 82 and 7F. RGB value is (1,130,127). Sum of RGB (Red+Green+Blue) = 1+130+127=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #01827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01827F is #FE7D80. Grayscale: #5A5A5A. Windows color (decimal): -16678273 or 8356353. OLE color: 8356353.
HSL color Cylindrical-coordinate representation of color #01827F: hue angle of 178.6º 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 #01827F is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 127 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.49 |
| HSL | 178.6º | 0.98% | 0.26% | - |
| HSV(B) | 178.6º | 0.99% | 0.51% | - |
| XYZ | 11.83 | 17.5 | 22.83 | - |
| YUV | 91.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 127 | 0.99 | 0 | 0.02 | 0.49 | 178.6 | 0.98 | 0.26 |
| Hex | 1 | 82 | 7F | 63 | 0 | 2 | 31 | B3 | 62 | 1A |
| Octal | 1 | 202 | 177 | 143 | 0 | 2 | 61 | 263 | 142 | 32 |
| Binary | 1 | 10000010 | 1111111 | 1100011 | 0 | 10 | 110001 | 10110011 | 1100010 | 11010 |
Color Harmonies of #01827F
Complementary color
Monochromatic Colors of #01827F
Black with #01827F
Text Example
Text Example
White with #01827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01827F; }
p { color: rgb(1,130,127); }
H1.HeaderClassName
{
color: #01827F;
}
.AnyTagClassName
{
color: #01827F;
}
</style>
background-color css
<style>
a { background-color: #01827F; }
a { background-color: rgb(1,130,127); }
div.DivClassName
{
background-color: #01827F;
}
.BgClassName
{
background-color: #01827F;
}
</style>
border-color css
<style>
span { border-color: #01827F; }
span { border-color: rgb(1,130,127); }
td.TdClassName
{
border-color: #01827F;
}
.TagClassName
{
border-color: #01827F;
}
</style>