Shades of Teal #007285
Tints of Teal #007285
RGB
CMYK
RGB Variations
Color information
#007285 (or 0x007285) is known color: Teal. HEX triplet: 00, 72 and 85. RGB value is (0,114,133). Sum of RGB (Red+Green+Blue) = 0+114+133=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #007285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007285 is #FF8D7A. Grayscale: #515151. Windows color (decimal): -16747899 or 8745472. OLE color: 8745472.
HSL color Cylindrical-coordinate representation of color #007285: hue angle of 188.57º 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 #007285 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 114 | 133 | - |
| CMYK | 1 | 0.14 | 0 | 0.48 |
| HSL | 188.57º | 1% | 0.26% | - |
| HSV(B) | 188.57º | 1% | 0.52% | - |
| XYZ | 10.25 | 13.73 | 24.3 | - |
| YUV | 82.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 133 | 1 | 0.14 | 0 | 0.48 | 188.57 | 1 | 0.26 |
| Hex | 0 | 72 | 85 | 64 | E | 0 | 30 | BD | 64 | 1A |
| Octal | 0 | 162 | 205 | 144 | 16 | 0 | 60 | 275 | 144 | 32 |
| Binary | 0 | 1110010 | 10000101 | 1100100 | 1110 | 0 | 110000 | 10111101 | 1100100 | 11010 |
Color Harmonies of #007285
Complementary color
Monochromatic Colors of #007285
Black with #007285
Text Example
Text Example
White with #007285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007285; }
p { color: rgb(0,114,133); }
H1.HeaderClassName
{
color: #007285;
}
.AnyTagClassName
{
color: #007285;
}
</style>
background-color css
<style>
a { background-color: #007285; }
a { background-color: rgb(0,114,133); }
div.DivClassName
{
background-color: #007285;
}
.BgClassName
{
background-color: #007285;
}
</style>
border-color css
<style>
span { border-color: #007285; }
span { border-color: rgb(0,114,133); }
td.TdClassName
{
border-color: #007285;
}
.TagClassName
{
border-color: #007285;
}
</style>