Shades of Teal #06817B
Tints of Teal #06817B
RGB
CMYK
RGB Variations
Color information
#06817B (or 0x06817B) is known color: Teal. HEX triplet: 06, 81 and 7B. RGB value is (6,129,123). Sum of RGB (Red+Green+Blue) = 6+129+123=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #06817B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06817B is #F97E84. Grayscale: #5B5B5B. Windows color (decimal): -16350853 or 8093958. OLE color: 8093958.
HSL color Cylindrical-coordinate representation of color #06817B: hue angle of 177.07º 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 #06817B is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 123 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.49 |
| HSL | 177.07º | 0.91% | 0.26% | - |
| HSV(B) | 177.07º | 0.95% | 0.51% | - |
| XYZ | 11.5 | 17.17 | 21.45 | - |
| YUV | 91.54 | 145.75 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 123 | 0.95 | 0 | 0.05 | 0.49 | 177.07 | 0.91 | 0.26 |
| Hex | 6 | 81 | 7B | 5F | 0 | 5 | 31 | B1 | 5B | 1A |
| Octal | 6 | 201 | 173 | 137 | 0 | 5 | 61 | 261 | 133 | 32 |
| Binary | 110 | 10000001 | 1111011 | 1011111 | 0 | 101 | 110001 | 10110001 | 1011011 | 11010 |
Color Harmonies of #06817B
Complementary color
Monochromatic Colors of #06817B
Black with #06817B
Text Example
Text Example
White with #06817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06817B; }
p { color: rgb(6,129,123); }
H1.HeaderClassName
{
color: #06817B;
}
.AnyTagClassName
{
color: #06817B;
}
</style>
background-color css
<style>
a { background-color: #06817B; }
a { background-color: rgb(6,129,123); }
div.DivClassName
{
background-color: #06817B;
}
.BgClassName
{
background-color: #06817B;
}
</style>
border-color css
<style>
span { border-color: #06817B; }
span { border-color: rgb(6,129,123); }
td.TdClassName
{
border-color: #06817B;
}
.TagClassName
{
border-color: #06817B;
}
</style>