Shades of Teal #01877A
Tints of Teal #01877A
RGB
CMYK
RGB Variations
Color information
#01877A (or 0x01877A) is known color: Teal. HEX triplet: 01, 87 and 7A. RGB value is (1,135,122). Sum of RGB (Red+Green+Blue) = 1+135+122=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #01877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01877A is #FE7885. Grayscale: #5D5D5D. Windows color (decimal): -16676998 or 8029953. OLE color: 8029953.
HSL color Cylindrical-coordinate representation of color #01877A: hue angle of 174.18º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01877A is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 122 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.47 |
| HSL | 174.18º | 0.99% | 0.27% | - |
| HSV(B) | 174.18º | 0.99% | 0.53% | - |
| XYZ | 12.19 | 18.74 | 21.39 | - |
| YUV | 93.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 122 | 0.99 | 0 | 0.10 | 0.47 | 174.18 | 0.99 | 0.27 |
| Hex | 1 | 87 | 7A | 63 | 0 | A | 2F | AE | 63 | 1B |
| Octal | 1 | 207 | 172 | 143 | 0 | 12 | 57 | 256 | 143 | 33 |
| Binary | 1 | 10000111 | 1111010 | 1100011 | 0 | 1010 | 101111 | 10101110 | 1100011 | 11011 |
Color Harmonies of #01877A
Complementary color
Monochromatic Colors of #01877A
Black with #01877A
Text Example
Text Example
White with #01877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01877A; }
p { color: rgb(1,135,122); }
H1.HeaderClassName
{
color: #01877A;
}
.AnyTagClassName
{
color: #01877A;
}
</style>
background-color css
<style>
a { background-color: #01877A; }
a { background-color: rgb(1,135,122); }
div.DivClassName
{
background-color: #01877A;
}
.BgClassName
{
background-color: #01877A;
}
</style>
border-color css
<style>
span { border-color: #01877A; }
span { border-color: rgb(1,135,122); }
td.TdClassName
{
border-color: #01877A;
}
.TagClassName
{
border-color: #01877A;
}
</style>