Shades of Teal #068187
Tints of Teal #068187
RGB
CMYK
RGB Variations
Color information
#068187 (or 0x068187) is known color: Teal. HEX triplet: 06, 81 and 87. RGB value is (6,129,135). Sum of RGB (Red+Green+Blue) = 6+129+135=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #068187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068187 is #F97E78. Grayscale: #5C5C5C. Windows color (decimal): -16350841 or 8880390. OLE color: 8880390.
HSL color Cylindrical-coordinate representation of color #068187: hue angle of 182.79º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068187 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 129 | 135 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.47 |
| HSL | 182.79º | 0.91% | 0.28% | - |
| HSV(B) | 182.79º | 0.96% | 0.53% | - |
| XYZ | 12.3 | 17.49 | 25.65 | - |
| YUV | 92.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 135 | 0.96 | 0.04 | 0 | 0.47 | 182.79 | 0.91 | 0.28 |
| Hex | 6 | 81 | 87 | 60 | 4 | 0 | 2F | B7 | 5B | 1C |
| Octal | 6 | 201 | 207 | 140 | 4 | 0 | 57 | 267 | 133 | 34 |
| Binary | 110 | 10000001 | 10000111 | 1100000 | 100 | 0 | 101111 | 10110111 | 1011011 | 11100 |
Color Harmonies of #068187
Complementary color
Monochromatic Colors of #068187
Black with #068187
Text Example
Text Example
White with #068187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068187; }
p { color: rgb(6,129,135); }
H1.HeaderClassName
{
color: #068187;
}
.AnyTagClassName
{
color: #068187;
}
</style>
background-color css
<style>
a { background-color: #068187; }
a { background-color: rgb(6,129,135); }
div.DivClassName
{
background-color: #068187;
}
.BgClassName
{
background-color: #068187;
}
</style>
border-color css
<style>
span { border-color: #068187; }
span { border-color: rgb(6,129,135); }
td.TdClassName
{
border-color: #068187;
}
.TagClassName
{
border-color: #068187;
}
</style>