Shades of Teal #06827D
Tints of Teal #06827D
RGB
CMYK
RGB Variations
Color information
#06827D (or 0x06827D) is known color: Teal. HEX triplet: 06, 82 and 7D. RGB value is (6,130,125). Sum of RGB (Red+Green+Blue) = 6+130+125=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #06827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06827D is #F97D82. Grayscale: #5C5C5C. Windows color (decimal): -16350595 or 8225286. OLE color: 8225286.
HSL color Cylindrical-coordinate representation of color #06827D: hue angle of 177.58º 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 #06827D is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 125 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.49 |
| HSL | 177.58º | 0.91% | 0.27% | - |
| HSV(B) | 177.58º | 0.95% | 0.51% | - |
| XYZ | 11.76 | 17.48 | 22.16 | - |
| YUV | 92.35 | 146.42 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 125 | 0.95 | 0 | 0.04 | 0.49 | 177.58 | 0.91 | 0.27 |
| Hex | 6 | 82 | 7D | 5F | 0 | 4 | 31 | B2 | 5B | 1B |
| Octal | 6 | 202 | 175 | 137 | 0 | 4 | 61 | 262 | 133 | 33 |
| Binary | 110 | 10000010 | 1111101 | 1011111 | 0 | 100 | 110001 | 10110010 | 1011011 | 11011 |
Color Harmonies of #06827D
Complementary color
Monochromatic Colors of #06827D
Black with #06827D
Text Example
Text Example
White with #06827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06827D; }
p { color: rgb(6,130,125); }
H1.HeaderClassName
{
color: #06827D;
}
.AnyTagClassName
{
color: #06827D;
}
</style>
background-color css
<style>
a { background-color: #06827D; }
a { background-color: rgb(6,130,125); }
div.DivClassName
{
background-color: #06827D;
}
.BgClassName
{
background-color: #06827D;
}
</style>
border-color css
<style>
span { border-color: #06827D; }
span { border-color: rgb(6,130,125); }
td.TdClassName
{
border-color: #06827D;
}
.TagClassName
{
border-color: #06827D;
}
</style>