Shades of Teal #006D88
Tints of Teal #006D88
RGB
CMYK
RGB Variations
Color information
#006D88 (or 0x006D88) is known color: Teal. HEX triplet: 00, 6D and 88. RGB value is (0,109,136). Sum of RGB (Red+Green+Blue) = 0+109+136=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #006D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D88 is #FF9277. Grayscale: #4F4F4F. Windows color (decimal): -16749176 or 8940800. OLE color: 8940800.
HSL color Cylindrical-coordinate representation of color #006D88: hue angle of 191.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D88 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 109 | 136 | - |
| CMYK | 1 | 0.20 | 0 | 0.47 |
| HSL | 191.91º | 1% | 0.27% | - |
| HSV(B) | 191.91º | 1% | 0.53% | - |
| XYZ | 9.91 | 12.71 | 25.22 | - |
| YUV | 79.49 | 159.89 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 136 | 1 | 0.20 | 0 | 0.47 | 191.91 | 1 | 0.27 |
| Hex | 0 | 6D | 88 | 64 | 14 | 0 | 2F | C0 | 64 | 1B |
| Octal | 0 | 155 | 210 | 144 | 24 | 0 | 57 | 300 | 144 | 33 |
| Binary | 0 | 1101101 | 10001000 | 1100100 | 10100 | 0 | 101111 | 11000000 | 1100100 | 11011 |
Color Harmonies of #006D88
Complementary color
Monochromatic Colors of #006D88
Black with #006D88
Text Example
Text Example
White with #006D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D88; }
p { color: rgb(0,109,136); }
H1.HeaderClassName
{
color: #006D88;
}
.AnyTagClassName
{
color: #006D88;
}
</style>
background-color css
<style>
a { background-color: #006D88; }
a { background-color: rgb(0,109,136); }
div.DivClassName
{
background-color: #006D88;
}
.BgClassName
{
background-color: #006D88;
}
</style>
border-color css
<style>
span { border-color: #006D88; }
span { border-color: rgb(0,109,136); }
td.TdClassName
{
border-color: #006D88;
}
.TagClassName
{
border-color: #006D88;
}
</style>