Shades of Teal #007489
Tints of Teal #007489
RGB
CMYK
RGB Variations
Color information
#007489 (or 0x007489) is known color: Teal. HEX triplet: 00, 74 and 89. RGB value is (0,116,137). Sum of RGB (Red+Green+Blue) = 0+116+137=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #007489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007489 is #FF8B76. Grayscale: #535353. Windows color (decimal): -16747383 or 9008128. OLE color: 9008128.
HSL color Cylindrical-coordinate representation of color #007489: hue angle of 189.2º 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 #007489 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 116 | 137 | - |
| CMYK | 1 | 0.15 | 0 | 0.46 |
| HSL | 189.2º | 1% | 0.27% | - |
| HSV(B) | 189.2º | 1% | 0.54% | - |
| XYZ | 10.76 | 14.3 | 25.86 | - |
| YUV | 83.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 137 | 1 | 0.15 | 0 | 0.46 | 189.2 | 1 | 0.27 |
| Hex | 0 | 74 | 89 | 64 | F | 0 | 2E | BD | 64 | 1B |
| Octal | 0 | 164 | 211 | 144 | 17 | 0 | 56 | 275 | 144 | 33 |
| Binary | 0 | 1110100 | 10001001 | 1100100 | 1111 | 0 | 101110 | 10111101 | 1100100 | 11011 |
Color Harmonies of #007489
Complementary color
Monochromatic Colors of #007489
Black with #007489
Text Example
Text Example
White with #007489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007489; }
p { color: rgb(0,116,137); }
H1.HeaderClassName
{
color: #007489;
}
.AnyTagClassName
{
color: #007489;
}
</style>
background-color css
<style>
a { background-color: #007489; }
a { background-color: rgb(0,116,137); }
div.DivClassName
{
background-color: #007489;
}
.BgClassName
{
background-color: #007489;
}
</style>
border-color css
<style>
span { border-color: #007489; }
span { border-color: rgb(0,116,137); }
td.TdClassName
{
border-color: #007489;
}
.TagClassName
{
border-color: #007489;
}
</style>