Shades of Teal #00767F
Tints of Teal #00767F
RGB
CMYK
RGB Variations
Color information
#00767F (or 0x00767F) is known color: Teal. HEX triplet: 00, 76 and 7F. RGB value is (0,118,127). Sum of RGB (Red+Green+Blue) = 0+118+127=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #00767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00767F is #FF8980. Grayscale: #535353. Windows color (decimal): -16746881 or 8353280. OLE color: 8353280.
HSL color Cylindrical-coordinate representation of color #00767F: hue angle of 184.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00767F is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 118 | 127 | - |
| CMYK | 1 | 0.07 | 0 | 0.50 |
| HSL | 184.25º | 1% | 0.25% | - |
| HSV(B) | 184.25º | 1% | 0.5% | - |
| XYZ | 10.31 | 14.49 | 22.33 | - |
| YUV | 83.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 127 | 1 | 0.07 | 0 | 0.50 | 184.25 | 1 | 0.25 |
| Hex | 0 | 76 | 7F | 64 | 7 | 0 | 32 | B8 | 64 | 19 |
| Octal | 0 | 166 | 177 | 144 | 7 | 0 | 62 | 270 | 144 | 31 |
| Binary | 0 | 1110110 | 1111111 | 1100100 | 111 | 0 | 110010 | 10111000 | 1100100 | 11001 |
Color Harmonies of #00767F
Complementary color
Monochromatic Colors of #00767F
Black with #00767F
Text Example
Text Example
White with #00767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00767F; }
p { color: rgb(0,118,127); }
H1.HeaderClassName
{
color: #00767F;
}
.AnyTagClassName
{
color: #00767F;
}
</style>
background-color css
<style>
a { background-color: #00767F; }
a { background-color: rgb(0,118,127); }
div.DivClassName
{
background-color: #00767F;
}
.BgClassName
{
background-color: #00767F;
}
</style>
border-color css
<style>
span { border-color: #00767F; }
span { border-color: rgb(0,118,127); }
td.TdClassName
{
border-color: #00767F;
}
.TagClassName
{
border-color: #00767F;
}
</style>