Shades of Teal #06817D
Tints of Teal #06817D
RGB
CMYK
RGB Variations
Color information
#06817D (or 0x06817D) is known color: Teal. HEX triplet: 06, 81 and 7D. RGB value is (6,129,125). Sum of RGB (Red+Green+Blue) = 6+129+125=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #06817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06817D is #F97E82. Grayscale: #5B5B5B. Windows color (decimal): -16350851 or 8225030. OLE color: 8225030.
HSL color Cylindrical-coordinate representation of color #06817D: hue angle of 178.05º 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 #06817D is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 125 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.49 |
| HSL | 178.05º | 0.91% | 0.26% | - |
| HSV(B) | 178.05º | 0.95% | 0.51% | - |
| XYZ | 11.63 | 17.22 | 22.11 | - |
| YUV | 91.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 125 | 0.95 | 0 | 0.03 | 0.49 | 178.05 | 0.91 | 0.26 |
| Hex | 6 | 81 | 7D | 5F | 0 | 3 | 31 | B2 | 5B | 1A |
| Octal | 6 | 201 | 175 | 137 | 0 | 3 | 61 | 262 | 133 | 32 |
| Binary | 110 | 10000001 | 1111101 | 1011111 | 0 | 11 | 110001 | 10110010 | 1011011 | 11010 |
Color Harmonies of #06817D
Complementary color
Monochromatic Colors of #06817D
Black with #06817D
Text Example
Text Example
White with #06817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06817D; }
p { color: rgb(6,129,125); }
H1.HeaderClassName
{
color: #06817D;
}
.AnyTagClassName
{
color: #06817D;
}
</style>
background-color css
<style>
a { background-color: #06817D; }
a { background-color: rgb(6,129,125); }
div.DivClassName
{
background-color: #06817D;
}
.BgClassName
{
background-color: #06817D;
}
</style>
border-color css
<style>
span { border-color: #06817D; }
span { border-color: rgb(6,129,125); }
td.TdClassName
{
border-color: #06817D;
}
.TagClassName
{
border-color: #06817D;
}
</style>