Shades of Teal #007B7D
Tints of Teal #007B7D
RGB
CMYK
RGB Variations
Color information
#007B7D (or 0x007B7D) is known color: Teal. HEX triplet: 00, 7B and 7D. RGB value is (0,123,125). Sum of RGB (Red+Green+Blue) = 0+123+125=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #007B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007B7D is #FF8482. Grayscale: #565656. Windows color (decimal): -16745603 or 8223488. OLE color: 8223488.
HSL color Cylindrical-coordinate representation of color #007B7D: hue angle of 180.96º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B7D is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 123 | 125 | - |
| CMYK | 1 | 0.02 | 0 | 0.51 |
| HSL | 180.96º | 1% | 0.25% | - |
| HSV(B) | 180.96º | 1% | 0.49% | - |
| XYZ | 10.78 | 15.65 | 21.85 | - |
| YUV | 86.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 125 | 1 | 0.02 | 0 | 0.51 | 180.96 | 1 | 0.25 |
| Hex | 0 | 7B | 7D | 64 | 2 | 0 | 33 | B5 | 64 | 19 |
| Octal | 0 | 173 | 175 | 144 | 2 | 0 | 63 | 265 | 144 | 31 |
| Binary | 0 | 1111011 | 1111101 | 1100100 | 10 | 0 | 110011 | 10110101 | 1100100 | 11001 |
Color Harmonies of #007B7D
Complementary color
Monochromatic Colors of #007B7D
Black with #007B7D
Text Example
Text Example
White with #007B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B7D; }
p { color: rgb(0,123,125); }
H1.HeaderClassName
{
color: #007B7D;
}
.AnyTagClassName
{
color: #007B7D;
}
</style>
background-color css
<style>
a { background-color: #007B7D; }
a { background-color: rgb(0,123,125); }
div.DivClassName
{
background-color: #007B7D;
}
.BgClassName
{
background-color: #007B7D;
}
</style>
border-color css
<style>
span { border-color: #007B7D; }
span { border-color: rgb(0,123,125); }
td.TdClassName
{
border-color: #007B7D;
}
.TagClassName
{
border-color: #007B7D;
}
</style>