Shades of Teal #01777F
Tints of Teal #01777F
RGB
CMYK
RGB Variations
Color information
#01777F (or 0x01777F) is known color: Teal. HEX triplet: 01, 77 and 7F. RGB value is (1,119,127). Sum of RGB (Red+Green+Blue) = 1+119+127=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #01777F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01777F is #FE8880. Grayscale: #545454. Windows color (decimal): -16681089 or 8353537. OLE color: 8353537.
HSL color Cylindrical-coordinate representation of color #01777F: hue angle of 183.81º 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 #01777F is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 119 | 127 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.50 |
| HSL | 183.81º | 0.98% | 0.25% | - |
| HSV(B) | 183.81º | 0.99% | 0.5% | - |
| XYZ | 10.44 | 14.73 | 22.37 | - |
| YUV | 84.63 | 151.91 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 127 | 0.99 | 0.06 | 0 | 0.50 | 183.81 | 0.98 | 0.25 |
| Hex | 1 | 77 | 7F | 63 | 6 | 0 | 32 | B8 | 62 | 19 |
| Octal | 1 | 167 | 177 | 143 | 6 | 0 | 62 | 270 | 142 | 31 |
| Binary | 1 | 1110111 | 1111111 | 1100011 | 110 | 0 | 110010 | 10111000 | 1100010 | 11001 |
Color Harmonies of #01777F
Complementary color
Monochromatic Colors of #01777F
Black with #01777F
Text Example
Text Example
White with #01777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01777F; }
p { color: rgb(1,119,127); }
H1.HeaderClassName
{
color: #01777F;
}
.AnyTagClassName
{
color: #01777F;
}
</style>
background-color css
<style>
a { background-color: #01777F; }
a { background-color: rgb(1,119,127); }
div.DivClassName
{
background-color: #01777F;
}
.BgClassName
{
background-color: #01777F;
}
</style>
border-color css
<style>
span { border-color: #01777F; }
span { border-color: rgb(1,119,127); }
td.TdClassName
{
border-color: #01777F;
}
.TagClassName
{
border-color: #01777F;
}
</style>