Shades of Teal #01877B
Tints of Teal #01877B
RGB
CMYK
RGB Variations
Color information
#01877B (or 0x01877B) is known color: Teal. HEX triplet: 01, 87 and 7B. RGB value is (1,135,123). Sum of RGB (Red+Green+Blue) = 1+135+123=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #01877B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01877B is #FE7884. Grayscale: #5D5D5D. Windows color (decimal): -16676997 or 8095489. OLE color: 8095489.
HSL color Cylindrical-coordinate representation of color #01877B: hue angle of 174.63º 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 #01877B is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 123 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.47 |
| HSL | 174.63º | 0.99% | 0.27% | - |
| HSV(B) | 174.63º | 0.99% | 0.53% | - |
| XYZ | 12.25 | 18.76 | 21.72 | - |
| YUV | 93.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 123 | 0.99 | 0 | 0.09 | 0.47 | 174.63 | 0.99 | 0.27 |
| Hex | 1 | 87 | 7B | 63 | 0 | 9 | 2F | AF | 63 | 1B |
| Octal | 1 | 207 | 173 | 143 | 0 | 11 | 57 | 257 | 143 | 33 |
| Binary | 1 | 10000111 | 1111011 | 1100011 | 0 | 1001 | 101111 | 10101111 | 1100011 | 11011 |
Color Harmonies of #01877B
Complementary color
Monochromatic Colors of #01877B
Black with #01877B
Text Example
Text Example
White with #01877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01877B; }
p { color: rgb(1,135,123); }
H1.HeaderClassName
{
color: #01877B;
}
.AnyTagClassName
{
color: #01877B;
}
</style>
background-color css
<style>
a { background-color: #01877B; }
a { background-color: rgb(1,135,123); }
div.DivClassName
{
background-color: #01877B;
}
.BgClassName
{
background-color: #01877B;
}
</style>
border-color css
<style>
span { border-color: #01877B; }
span { border-color: rgb(1,135,123); }
td.TdClassName
{
border-color: #01877B;
}
.TagClassName
{
border-color: #01877B;
}
</style>