Shades of Teal #007181
Tints of Teal #007181
RGB
CMYK
RGB Variations
Color information
#007181 (or 0x007181) is known color: Teal. HEX triplet: 00, 71 and 81. RGB value is (0,113,129). Sum of RGB (Red+Green+Blue) = 0+113+129=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #007181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007181 is #FF8E7E. Grayscale: #505050. Windows color (decimal): -16748159 or 8483072. OLE color: 8483072.
HSL color Cylindrical-coordinate representation of color #007181: hue angle of 187.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007181 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 113 | 129 | - |
| CMYK | 1 | 0.12 | 0 | 0.49 |
| HSL | 187.44º | 1% | 0.25% | - |
| HSV(B) | 187.44º | 1% | 0.51% | - |
| XYZ | 9.87 | 13.4 | 22.83 | - |
| YUV | 81.04 | 155.06 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 129 | 1 | 0.12 | 0 | 0.49 | 187.44 | 1 | 0.25 |
| Hex | 0 | 71 | 81 | 64 | C | 0 | 31 | BB | 64 | 19 |
| Octal | 0 | 161 | 201 | 144 | 14 | 0 | 61 | 273 | 144 | 31 |
| Binary | 0 | 1110001 | 10000001 | 1100100 | 1100 | 0 | 110001 | 10111011 | 1100100 | 11001 |
Color Harmonies of #007181
Complementary color
Monochromatic Colors of #007181
Black with #007181
Text Example
Text Example
White with #007181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007181; }
p { color: rgb(0,113,129); }
H1.HeaderClassName
{
color: #007181;
}
.AnyTagClassName
{
color: #007181;
}
</style>
background-color css
<style>
a { background-color: #007181; }
a { background-color: rgb(0,113,129); }
div.DivClassName
{
background-color: #007181;
}
.BgClassName
{
background-color: #007181;
}
</style>
border-color css
<style>
span { border-color: #007181; }
span { border-color: rgb(0,113,129); }
td.TdClassName
{
border-color: #007181;
}
.TagClassName
{
border-color: #007181;
}
</style>