Shades of Teal #007589
Tints of Teal #007589
RGB
CMYK
RGB Variations
Color information
#007589 (or 0x007589) is known color: Teal. HEX triplet: 00, 75 and 89. RGB value is (0,117,137). Sum of RGB (Red+Green+Blue) = 0+117+137=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #007589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007589 is #FF8A76. Grayscale: #545454. Windows color (decimal): -16747127 or 9008384. OLE color: 9008384.
HSL color Cylindrical-coordinate representation of color #007589: hue angle of 188.76º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007589 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 117 | 137 | - |
| CMYK | 1 | 0.15 | 0 | 0.46 |
| HSL | 188.76º | 1% | 0.27% | - |
| HSV(B) | 188.76º | 1% | 0.54% | - |
| XYZ | 10.88 | 14.53 | 25.9 | - |
| YUV | 84.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 137 | 1 | 0.15 | 0 | 0.46 | 188.76 | 1 | 0.27 |
| Hex | 0 | 75 | 89 | 64 | F | 0 | 2E | BD | 64 | 1B |
| Octal | 0 | 165 | 211 | 144 | 17 | 0 | 56 | 275 | 144 | 33 |
| Binary | 0 | 1110101 | 10001001 | 1100100 | 1111 | 0 | 101110 | 10111101 | 1100100 | 11011 |
Color Harmonies of #007589
Complementary color
Monochromatic Colors of #007589
Black with #007589
Text Example
Text Example
White with #007589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007589; }
p { color: rgb(0,117,137); }
H1.HeaderClassName
{
color: #007589;
}
.AnyTagClassName
{
color: #007589;
}
</style>
background-color css
<style>
a { background-color: #007589; }
a { background-color: rgb(0,117,137); }
div.DivClassName
{
background-color: #007589;
}
.BgClassName
{
background-color: #007589;
}
</style>
border-color css
<style>
span { border-color: #007589; }
span { border-color: rgb(0,117,137); }
td.TdClassName
{
border-color: #007589;
}
.TagClassName
{
border-color: #007589;
}
</style>