Shades of Teal #068288
Tints of Teal #068288
RGB
CMYK
RGB Variations
Color information
#068288 (or 0x068288) is known color: Teal. HEX triplet: 06, 82 and 88. RGB value is (6,130,136). Sum of RGB (Red+Green+Blue) = 6+130+136=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #068288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068288 is #F97D77. Grayscale: #5D5D5D. Windows color (decimal): -16350584 or 8946182. OLE color: 8946182.
HSL color Cylindrical-coordinate representation of color #068288: hue angle of 182.77º degrees, saturation: 0.92, 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 #068288 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 130 | 136 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.47 |
| HSL | 182.77º | 0.92% | 0.28% | - |
| HSV(B) | 182.77º | 0.96% | 0.53% | - |
| XYZ | 12.5 | 17.78 | 26.07 | - |
| YUV | 93.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 136 | 0.96 | 0.04 | 0 | 0.47 | 182.77 | 0.92 | 0.28 |
| Hex | 6 | 82 | 88 | 60 | 4 | 0 | 2F | B7 | 5C | 1C |
| Octal | 6 | 202 | 210 | 140 | 4 | 0 | 57 | 267 | 134 | 34 |
| Binary | 110 | 10000010 | 10001000 | 1100000 | 100 | 0 | 101111 | 10110111 | 1011100 | 11100 |
Color Harmonies of #068288
Complementary color
Monochromatic Colors of #068288
Black with #068288
Text Example
Text Example
White with #068288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068288; }
p { color: rgb(6,130,136); }
H1.HeaderClassName
{
color: #068288;
}
.AnyTagClassName
{
color: #068288;
}
</style>
background-color css
<style>
a { background-color: #068288; }
a { background-color: rgb(6,130,136); }
div.DivClassName
{
background-color: #068288;
}
.BgClassName
{
background-color: #068288;
}
</style>
border-color css
<style>
span { border-color: #068288; }
span { border-color: rgb(6,130,136); }
td.TdClassName
{
border-color: #068288;
}
.TagClassName
{
border-color: #068288;
}
</style>