Shades of Teal #068189
Tints of Teal #068189
RGB
CMYK
RGB Variations
Color information
#068189 (or 0x068189) is known color: Teal. HEX triplet: 06, 81 and 89. RGB value is (6,129,137). Sum of RGB (Red+Green+Blue) = 6+129+137=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #068189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068189 is #F97E76. Grayscale: #5C5C5C. Windows color (decimal): -16350839 or 9011462. OLE color: 9011462.
HSL color Cylindrical-coordinate representation of color #068189: hue angle of 183.66º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068189 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 129 | 137 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.46 |
| HSL | 183.66º | 0.92% | 0.28% | - |
| HSV(B) | 183.66º | 0.96% | 0.54% | - |
| XYZ | 12.44 | 17.55 | 26.4 | - |
| YUV | 93.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 137 | 0.96 | 0.06 | 0 | 0.46 | 183.66 | 0.92 | 0.28 |
| Hex | 6 | 81 | 89 | 60 | 6 | 0 | 2E | B8 | 5C | 1C |
| Octal | 6 | 201 | 211 | 140 | 6 | 0 | 56 | 270 | 134 | 34 |
| Binary | 110 | 10000001 | 10001001 | 1100000 | 110 | 0 | 101110 | 10111000 | 1011100 | 11100 |
Color Harmonies of #068189
Complementary color
Monochromatic Colors of #068189
Black with #068189
Text Example
Text Example
White with #068189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068189; }
p { color: rgb(6,129,137); }
H1.HeaderClassName
{
color: #068189;
}
.AnyTagClassName
{
color: #068189;
}
</style>
background-color css
<style>
a { background-color: #068189; }
a { background-color: rgb(6,129,137); }
div.DivClassName
{
background-color: #068189;
}
.BgClassName
{
background-color: #068189;
}
</style>
border-color css
<style>
span { border-color: #068189; }
span { border-color: rgb(6,129,137); }
td.TdClassName
{
border-color: #068189;
}
.TagClassName
{
border-color: #068189;
}
</style>