Shades of Teal #007A85
Tints of Teal #007A85
RGB
CMYK
RGB Variations
Color information
#007A85 (or 0x007A85) is known color: Teal. HEX triplet: 00, 7A and 85. RGB value is (0,122,133). Sum of RGB (Red+Green+Blue) = 0+122+133=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #007A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A85 is #FF857A. Grayscale: #565656. Windows color (decimal): -16745851 or 8747520. OLE color: 8747520.
HSL color Cylindrical-coordinate representation of color #007A85: hue angle of 184.96º 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 #007A85 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 122 | 133 | - |
| CMYK | 1 | 0.08 | 0 | 0.48 |
| HSL | 184.96º | 1% | 0.26% | - |
| HSV(B) | 184.96º | 1% | 0.52% | - |
| XYZ | 11.19 | 15.61 | 24.61 | - |
| YUV | 86.78 | 154.08 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 133 | 1 | 0.08 | 0 | 0.48 | 184.96 | 1 | 0.26 |
| Hex | 0 | 7A | 85 | 64 | 8 | 0 | 30 | B9 | 64 | 1A |
| Octal | 0 | 172 | 205 | 144 | 10 | 0 | 60 | 271 | 144 | 32 |
| Binary | 0 | 1111010 | 10000101 | 1100100 | 1000 | 0 | 110000 | 10111001 | 1100100 | 11010 |
Color Harmonies of #007A85
Complementary color
Monochromatic Colors of #007A85
Black with #007A85
Text Example
Text Example
White with #007A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A85; }
p { color: rgb(0,122,133); }
H1.HeaderClassName
{
color: #007A85;
}
.AnyTagClassName
{
color: #007A85;
}
</style>
background-color css
<style>
a { background-color: #007A85; }
a { background-color: rgb(0,122,133); }
div.DivClassName
{
background-color: #007A85;
}
.BgClassName
{
background-color: #007A85;
}
</style>
border-color css
<style>
span { border-color: #007A85; }
span { border-color: rgb(0,122,133); }
td.TdClassName
{
border-color: #007A85;
}
.TagClassName
{
border-color: #007A85;
}
</style>