Shades of Teal #007781
Tints of Teal #007781
RGB
CMYK
RGB Variations
Color information
#007781 (or 0x007781) is known color: Teal. HEX triplet: 00, 77 and 81. RGB value is (0,119,129). Sum of RGB (Red+Green+Blue) = 0+119+129=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #007781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007781 is #FF887E. Grayscale: #545454. Windows color (decimal): -16746623 or 8484608. OLE color: 8484608.
HSL color Cylindrical-coordinate representation of color #007781: hue angle of 184.65º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007781 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 119 | 129 | - |
| CMYK | 1 | 0.08 | 0 | 0.49 |
| HSL | 184.65º | 1% | 0.25% | - |
| HSV(B) | 184.65º | 1% | 0.51% | - |
| XYZ | 10.56 | 14.78 | 23.06 | - |
| YUV | 84.56 | 153.08 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 129 | 1 | 0.08 | 0 | 0.49 | 184.65 | 1 | 0.25 |
| Hex | 0 | 77 | 81 | 64 | 8 | 0 | 31 | B9 | 64 | 19 |
| Octal | 0 | 167 | 201 | 144 | 10 | 0 | 61 | 271 | 144 | 31 |
| Binary | 0 | 1110111 | 10000001 | 1100100 | 1000 | 0 | 110001 | 10111001 | 1100100 | 11001 |
Color Harmonies of #007781
Complementary color
Monochromatic Colors of #007781
Black with #007781
Text Example
Text Example
White with #007781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007781; }
p { color: rgb(0,119,129); }
H1.HeaderClassName
{
color: #007781;
}
.AnyTagClassName
{
color: #007781;
}
</style>
background-color css
<style>
a { background-color: #007781; }
a { background-color: rgb(0,119,129); }
div.DivClassName
{
background-color: #007781;
}
.BgClassName
{
background-color: #007781;
}
</style>
border-color css
<style>
span { border-color: #007781; }
span { border-color: rgb(0,119,129); }
td.TdClassName
{
border-color: #007781;
}
.TagClassName
{
border-color: #007781;
}
</style>