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