Shades of Teal #006D85
Tints of Teal #006D85
RGB
CMYK
RGB Variations
Color information
#006D85 (or 0x006D85) is known color: Teal. HEX triplet: 00, 6D and 85. RGB value is (0,109,133). Sum of RGB (Red+Green+Blue) = 0+109+133=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #006D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D85 is #FF927A. Grayscale: #4E4E4E. Windows color (decimal): -16749179 or 8744192. OLE color: 8744192.
HSL color Cylindrical-coordinate representation of color #006D85: hue angle of 190.83º 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 #006D85 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 109 | 133 | - |
| CMYK | 1 | 0.18 | 0 | 0.48 |
| HSL | 190.83º | 1% | 0.26% | - |
| HSV(B) | 190.83º | 1% | 0.52% | - |
| XYZ | 9.7 | 12.63 | 24.12 | - |
| YUV | 79.15 | 158.39 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 133 | 1 | 0.18 | 0 | 0.48 | 190.83 | 1 | 0.26 |
| Hex | 0 | 6D | 85 | 64 | 12 | 0 | 30 | BF | 64 | 1A |
| Octal | 0 | 155 | 205 | 144 | 22 | 0 | 60 | 277 | 144 | 32 |
| Binary | 0 | 1101101 | 10000101 | 1100100 | 10010 | 0 | 110000 | 10111111 | 1100100 | 11010 |
Color Harmonies of #006D85
Complementary color
Monochromatic Colors of #006D85
Black with #006D85
Text Example
Text Example
White with #006D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D85; }
p { color: rgb(0,109,133); }
H1.HeaderClassName
{
color: #006D85;
}
.AnyTagClassName
{
color: #006D85;
}
</style>
background-color css
<style>
a { background-color: #006D85; }
a { background-color: rgb(0,109,133); }
div.DivClassName
{
background-color: #006D85;
}
.BgClassName
{
background-color: #006D85;
}
</style>
border-color css
<style>
span { border-color: #006D85; }
span { border-color: rgb(0,109,133); }
td.TdClassName
{
border-color: #006D85;
}
.TagClassName
{
border-color: #006D85;
}
</style>