Shades of Teal #01767F
Tints of Teal #01767F
RGB
CMYK
RGB Variations
Color information
#01767F (or 0x01767F) is known color: Teal. HEX triplet: 01, 76 and 7F. RGB value is (1,118,127). Sum of RGB (Red+Green+Blue) = 1+118+127=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #01767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01767F is #FE8980. Grayscale: #535353. Windows color (decimal): -16681345 or 8353281. OLE color: 8353281.
HSL color Cylindrical-coordinate representation of color #01767F: hue angle of 184.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01767F is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 118 | 127 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.50 |
| HSL | 184.29º | 0.98% | 0.25% | - |
| HSV(B) | 184.29º | 0.99% | 0.5% | - |
| XYZ | 10.32 | 14.5 | 22.33 | - |
| YUV | 84.04 | 152.24 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 127 | 0.99 | 0.07 | 0 | 0.50 | 184.29 | 0.98 | 0.25 |
| Hex | 1 | 76 | 7F | 63 | 7 | 0 | 32 | B8 | 62 | 19 |
| Octal | 1 | 166 | 177 | 143 | 7 | 0 | 62 | 270 | 142 | 31 |
| Binary | 1 | 1110110 | 1111111 | 1100011 | 111 | 0 | 110010 | 10111000 | 1100010 | 11001 |
Color Harmonies of #01767F
Complementary color
Monochromatic Colors of #01767F
Black with #01767F
Text Example
Text Example
White with #01767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01767F; }
p { color: rgb(1,118,127); }
H1.HeaderClassName
{
color: #01767F;
}
.AnyTagClassName
{
color: #01767F;
}
</style>
background-color css
<style>
a { background-color: #01767F; }
a { background-color: rgb(1,118,127); }
div.DivClassName
{
background-color: #01767F;
}
.BgClassName
{
background-color: #01767F;
}
</style>
border-color css
<style>
span { border-color: #01767F; }
span { border-color: rgb(1,118,127); }
td.TdClassName
{
border-color: #01767F;
}
.TagClassName
{
border-color: #01767F;
}
</style>