Shades of Teal #007187
Tints of Teal #007187
RGB
CMYK
RGB Variations
Color information
#007187 (or 0x007187) is known color: Teal. HEX triplet: 00, 71 and 87. RGB value is (0,113,135). Sum of RGB (Red+Green+Blue) = 0+113+135=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #007187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007187 is #FF8E78. Grayscale: #515151. Windows color (decimal): -16748153 or 8876288. OLE color: 8876288.
HSL color Cylindrical-coordinate representation of color #007187: hue angle of 189.78º 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 #007187 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 113 | 135 | - |
| CMYK | 1 | 0.16 | 0 | 0.47 |
| HSL | 189.78º | 1% | 0.26% | - |
| HSV(B) | 189.78º | 1% | 0.53% | - |
| XYZ | 10.28 | 13.56 | 25 | - |
| YUV | 81.72 | 158.06 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 135 | 1 | 0.16 | 0 | 0.47 | 189.78 | 1 | 0.26 |
| Hex | 0 | 71 | 87 | 64 | 10 | 0 | 2F | BE | 64 | 1A |
| Octal | 0 | 161 | 207 | 144 | 20 | 0 | 57 | 276 | 144 | 32 |
| Binary | 0 | 1110001 | 10000111 | 1100100 | 10000 | 0 | 101111 | 10111110 | 1100100 | 11010 |
Color Harmonies of #007187
Complementary color
Monochromatic Colors of #007187
Black with #007187
Text Example
Text Example
White with #007187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007187; }
p { color: rgb(0,113,135); }
H1.HeaderClassName
{
color: #007187;
}
.AnyTagClassName
{
color: #007187;
}
</style>
background-color css
<style>
a { background-color: #007187; }
a { background-color: rgb(0,113,135); }
div.DivClassName
{
background-color: #007187;
}
.BgClassName
{
background-color: #007187;
}
</style>
border-color css
<style>
span { border-color: #007187; }
span { border-color: rgb(0,113,135); }
td.TdClassName
{
border-color: #007187;
}
.TagClassName
{
border-color: #007187;
}
</style>