Shades of Teal #007684
Tints of Teal #007684
RGB
CMYK
RGB Variations
Color information
#007684 (or 0x007684) is known color: Teal. HEX triplet: 00, 76 and 84. RGB value is (0,118,132). Sum of RGB (Red+Green+Blue) = 0+118+132=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #007684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007684 is #FF897B. Grayscale: #545454. Windows color (decimal): -16746876 or 8680960. OLE color: 8680960.
HSL color Cylindrical-coordinate representation of color #007684: hue angle of 186.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007684 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 118 | 132 | - |
| CMYK | 1 | 0.11 | 0 | 0.48 |
| HSL | 186.36º | 1% | 0.26% | - |
| HSV(B) | 186.36º | 1% | 0.52% | - |
| XYZ | 10.64 | 14.62 | 24.09 | - |
| YUV | 84.31 | 154.91 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 132 | 1 | 0.11 | 0 | 0.48 | 186.36 | 1 | 0.26 |
| Hex | 0 | 76 | 84 | 64 | B | 0 | 30 | BA | 64 | 1A |
| Octal | 0 | 166 | 204 | 144 | 13 | 0 | 60 | 272 | 144 | 32 |
| Binary | 0 | 1110110 | 10000100 | 1100100 | 1011 | 0 | 110000 | 10111010 | 1100100 | 11010 |
Color Harmonies of #007684
Complementary color
Monochromatic Colors of #007684
Black with #007684
Text Example
Text Example
White with #007684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007684; }
p { color: rgb(0,118,132); }
H1.HeaderClassName
{
color: #007684;
}
.AnyTagClassName
{
color: #007684;
}
</style>
background-color css
<style>
a { background-color: #007684; }
a { background-color: rgb(0,118,132); }
div.DivClassName
{
background-color: #007684;
}
.BgClassName
{
background-color: #007684;
}
</style>
border-color css
<style>
span { border-color: #007684; }
span { border-color: rgb(0,118,132); }
td.TdClassName
{
border-color: #007684;
}
.TagClassName
{
border-color: #007684;
}
</style>