Shades of Teal #007287
Tints of Teal #007287
RGB
CMYK
RGB Variations
Color information
#007287 (or 0x007287) is known color: Teal. HEX triplet: 00, 72 and 87. RGB value is (0,114,135). Sum of RGB (Red+Green+Blue) = 0+114+135=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #007287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007287 is #FF8D78. Grayscale: #525252. Windows color (decimal): -16747897 or 8876544. OLE color: 8876544.
HSL color Cylindrical-coordinate representation of color #007287: hue angle of 189.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007287 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 114 | 135 | - |
| CMYK | 1 | 0.16 | 0 | 0.47 |
| HSL | 189.33º | 1% | 0.26% | - |
| HSV(B) | 189.33º | 1% | 0.53% | - |
| XYZ | 10.39 | 13.78 | 25.03 | - |
| YUV | 82.31 | 157.73 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 135 | 1 | 0.16 | 0 | 0.47 | 189.33 | 1 | 0.26 |
| Hex | 0 | 72 | 87 | 64 | 10 | 0 | 2F | BD | 64 | 1A |
| Octal | 0 | 162 | 207 | 144 | 20 | 0 | 57 | 275 | 144 | 32 |
| Binary | 0 | 1110010 | 10000111 | 1100100 | 10000 | 0 | 101111 | 10111101 | 1100100 | 11010 |
Color Harmonies of #007287
Complementary color
Monochromatic Colors of #007287
Black with #007287
Text Example
Text Example
White with #007287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007287; }
p { color: rgb(0,114,135); }
H1.HeaderClassName
{
color: #007287;
}
.AnyTagClassName
{
color: #007287;
}
</style>
background-color css
<style>
a { background-color: #007287; }
a { background-color: rgb(0,114,135); }
div.DivClassName
{
background-color: #007287;
}
.BgClassName
{
background-color: #007287;
}
</style>
border-color css
<style>
span { border-color: #007287; }
span { border-color: rgb(0,114,135); }
td.TdClassName
{
border-color: #007287;
}
.TagClassName
{
border-color: #007287;
}
</style>