Shades of Teal #068182
Tints of Teal #068182
RGB
CMYK
RGB Variations
Color information
#068182 (or 0x068182) is known color: Teal. HEX triplet: 06, 81 and 82. RGB value is (6,129,130). Sum of RGB (Red+Green+Blue) = 6+129+130=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #068182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068182 is #F97E7D. Grayscale: #5C5C5C. Windows color (decimal): -16350846 or 8552710. OLE color: 8552710.
HSL color Cylindrical-coordinate representation of color #068182: hue angle of 180.48º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068182 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 130 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.49 |
| HSL | 180.48º | 0.91% | 0.27% | - |
| HSV(B) | 180.48º | 0.95% | 0.51% | - |
| XYZ | 11.95 | 17.35 | 23.84 | - |
| YUV | 92.34 | 149.25 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 130 | 0.95 | 0.01 | 0 | 0.49 | 180.48 | 0.91 | 0.27 |
| Hex | 6 | 81 | 82 | 5F | 1 | 0 | 31 | B4 | 5B | 1B |
| Octal | 6 | 201 | 202 | 137 | 1 | 0 | 61 | 264 | 133 | 33 |
| Binary | 110 | 10000001 | 10000010 | 1011111 | 1 | 0 | 110001 | 10110100 | 1011011 | 11011 |
Color Harmonies of #068182
Complementary color
Monochromatic Colors of #068182
Black with #068182
Text Example
Text Example
White with #068182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068182; }
p { color: rgb(6,129,130); }
H1.HeaderClassName
{
color: #068182;
}
.AnyTagClassName
{
color: #068182;
}
</style>
background-color css
<style>
a { background-color: #068182; }
a { background-color: rgb(6,129,130); }
div.DivClassName
{
background-color: #068182;
}
.BgClassName
{
background-color: #068182;
}
</style>
border-color css
<style>
span { border-color: #068182; }
span { border-color: rgb(6,129,130); }
td.TdClassName
{
border-color: #068182;
}
.TagClassName
{
border-color: #068182;
}
</style>