Shades of Teal #068285
Tints of Teal #068285
RGB
CMYK
RGB Variations
Color information
#068285 (or 0x068285) is known color: Teal. HEX triplet: 06, 82 and 85. RGB value is (6,130,133). Sum of RGB (Red+Green+Blue) = 6+130+133=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #068285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068285 is #F97D7A. Grayscale: #5D5D5D. Windows color (decimal): -16350587 or 8749574. OLE color: 8749574.
HSL color Cylindrical-coordinate representation of color #068285: hue angle of 181.42º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068285 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 130 | 133 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.48 |
| HSL | 181.42º | 0.91% | 0.27% | - |
| HSV(B) | 181.42º | 0.95% | 0.52% | - |
| XYZ | 12.29 | 17.7 | 24.96 | - |
| YUV | 93.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 133 | 0.95 | 0.02 | 0 | 0.48 | 181.42 | 0.91 | 0.27 |
| Hex | 6 | 82 | 85 | 5F | 2 | 0 | 30 | B5 | 5B | 1B |
| Octal | 6 | 202 | 205 | 137 | 2 | 0 | 60 | 265 | 133 | 33 |
| Binary | 110 | 10000010 | 10000101 | 1011111 | 10 | 0 | 110000 | 10110101 | 1011011 | 11011 |
Color Harmonies of #068285
Complementary color
Monochromatic Colors of #068285
Black with #068285
Text Example
Text Example
White with #068285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068285; }
p { color: rgb(6,130,133); }
H1.HeaderClassName
{
color: #068285;
}
.AnyTagClassName
{
color: #068285;
}
</style>
background-color css
<style>
a { background-color: #068285; }
a { background-color: rgb(6,130,133); }
div.DivClassName
{
background-color: #068285;
}
.BgClassName
{
background-color: #068285;
}
</style>
border-color css
<style>
span { border-color: #068285; }
span { border-color: rgb(6,130,133); }
td.TdClassName
{
border-color: #068285;
}
.TagClassName
{
border-color: #068285;
}
</style>