Shades of Teal #00837F
Tints of Teal #00837F
RGB
CMYK
RGB Variations
Color information
#00837F (or 0x00837F) is known color: Teal. HEX triplet: 00, 83 and 7F. RGB value is (0,131,127). Sum of RGB (Red+Green+Blue) = 0+131+127=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #00837F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00837F is #FF7C80. Grayscale: #5B5B5B. Windows color (decimal): -16743553 or 8356608. OLE color: 8356608.
HSL color Cylindrical-coordinate representation of color #00837F: hue angle of 178.17º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00837F is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 127 | - |
| CMYK | 1 | 0 | 0.03 | 0.49 |
| HSL | 178.17º | 1% | 0.26% | - |
| HSV(B) | 178.17º | 1% | 0.51% | - |
| XYZ | 11.95 | 17.76 | 22.88 | - |
| YUV | 91.38 | 148.1 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 127 | 1 | 0 | 0.03 | 0.49 | 178.17 | 1 | 0.26 |
| Hex | 0 | 83 | 7F | 64 | 0 | 3 | 31 | B2 | 64 | 1A |
| Octal | 0 | 203 | 177 | 144 | 0 | 3 | 61 | 262 | 144 | 32 |
| Binary | 0 | 10000011 | 1111111 | 1100100 | 0 | 11 | 110001 | 10110010 | 1100100 | 11010 |
Color Harmonies of #00837F
Complementary color
Monochromatic Colors of #00837F
Black with #00837F
Text Example
Text Example
White with #00837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00837F; }
p { color: rgb(0,131,127); }
H1.HeaderClassName
{
color: #00837F;
}
.AnyTagClassName
{
color: #00837F;
}
</style>
background-color css
<style>
a { background-color: #00837F; }
a { background-color: rgb(0,131,127); }
div.DivClassName
{
background-color: #00837F;
}
.BgClassName
{
background-color: #00837F;
}
</style>
border-color css
<style>
span { border-color: #00837F; }
span { border-color: rgb(0,131,127); }
td.TdClassName
{
border-color: #00837F;
}
.TagClassName
{
border-color: #00837F;
}
</style>