Shades of Teal #007985
Tints of Teal #007985
RGB
CMYK
RGB Variations
Color information
#007985 (or 0x007985) is known color: Teal. HEX triplet: 00, 79 and 85. RGB value is (0,121,133). Sum of RGB (Red+Green+Blue) = 0+121+133=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #007985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007985 is #FF867A. Grayscale: #565656. Windows color (decimal): -16746107 or 8747264. OLE color: 8747264.
HSL color Cylindrical-coordinate representation of color #007985: hue angle of 185.41º 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 #007985 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 121 | 133 | - |
| CMYK | 1 | 0.09 | 0 | 0.48 |
| HSL | 185.41º | 1% | 0.26% | - |
| HSV(B) | 185.41º | 1% | 0.52% | - |
| XYZ | 11.07 | 15.37 | 24.57 | - |
| YUV | 86.19 | 154.41 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 133 | 1 | 0.09 | 0 | 0.48 | 185.41 | 1 | 0.26 |
| Hex | 0 | 79 | 85 | 64 | 9 | 0 | 30 | B9 | 64 | 1A |
| Octal | 0 | 171 | 205 | 144 | 11 | 0 | 60 | 271 | 144 | 32 |
| Binary | 0 | 1111001 | 10000101 | 1100100 | 1001 | 0 | 110000 | 10111001 | 1100100 | 11010 |
Color Harmonies of #007985
Complementary color
Monochromatic Colors of #007985
Black with #007985
Text Example
Text Example
White with #007985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007985; }
p { color: rgb(0,121,133); }
H1.HeaderClassName
{
color: #007985;
}
.AnyTagClassName
{
color: #007985;
}
</style>
background-color css
<style>
a { background-color: #007985; }
a { background-color: rgb(0,121,133); }
div.DivClassName
{
background-color: #007985;
}
.BgClassName
{
background-color: #007985;
}
</style>
border-color css
<style>
span { border-color: #007985; }
span { border-color: rgb(0,121,133); }
td.TdClassName
{
border-color: #007985;
}
.TagClassName
{
border-color: #007985;
}
</style>