Shades of Teal #06817C
Tints of Teal #06817C
RGB
CMYK
RGB Variations
Color information
#06817C (or 0x06817C) is known color: Teal. HEX triplet: 06, 81 and 7C. RGB value is (6,129,124). Sum of RGB (Red+Green+Blue) = 6+129+124=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #06817C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06817C is #F97E83. Grayscale: #5B5B5B. Windows color (decimal): -16350852 or 8159494. OLE color: 8159494.
HSL color Cylindrical-coordinate representation of color #06817C: hue angle of 177.56º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06817C is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 124 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.49 |
| HSL | 177.56º | 0.91% | 0.26% | - |
| HSV(B) | 177.56º | 0.95% | 0.51% | - |
| XYZ | 11.56 | 17.19 | 21.78 | - |
| YUV | 91.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 124 | 0.95 | 0 | 0.04 | 0.49 | 177.56 | 0.91 | 0.26 |
| Hex | 6 | 81 | 7C | 5F | 0 | 4 | 31 | B2 | 5B | 1A |
| Octal | 6 | 201 | 174 | 137 | 0 | 4 | 61 | 262 | 133 | 32 |
| Binary | 110 | 10000001 | 1111100 | 1011111 | 0 | 100 | 110001 | 10110010 | 1011011 | 11010 |
Color Harmonies of #06817C
Complementary color
Monochromatic Colors of #06817C
Black with #06817C
Text Example
Text Example
White with #06817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06817C; }
p { color: rgb(6,129,124); }
H1.HeaderClassName
{
color: #06817C;
}
.AnyTagClassName
{
color: #06817C;
}
</style>
background-color css
<style>
a { background-color: #06817C; }
a { background-color: rgb(6,129,124); }
div.DivClassName
{
background-color: #06817C;
}
.BgClassName
{
background-color: #06817C;
}
</style>
border-color css
<style>
span { border-color: #06817C; }
span { border-color: rgb(6,129,124); }
td.TdClassName
{
border-color: #06817C;
}
.TagClassName
{
border-color: #06817C;
}
</style>