Shades of Teal #067984
Tints of Teal #067984
RGB
CMYK
RGB Variations
Color information
#067984 (or 0x067984) is known color: Teal. HEX triplet: 06, 79 and 84. RGB value is (6,121,132). Sum of RGB (Red+Green+Blue) = 6+121+132=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #067984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067984 is #F9867B. Grayscale: #575757. Windows color (decimal): -16352892 or 8681734. OLE color: 8681734.
HSL color Cylindrical-coordinate representation of color #067984: hue angle of 185.24º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067984 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 121 | 132 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.48 |
| HSL | 185.24º | 0.91% | 0.27% | - |
| HSV(B) | 185.24º | 0.95% | 0.52% | - |
| XYZ | 11.08 | 15.38 | 24.21 | - |
| YUV | 87.87 | 152.9 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 121 | 132 | 0.95 | 0.08 | 0 | 0.48 | 185.24 | 0.91 | 0.27 |
| Hex | 6 | 79 | 84 | 5F | 8 | 0 | 30 | B9 | 5B | 1B |
| Octal | 6 | 171 | 204 | 137 | 10 | 0 | 60 | 271 | 133 | 33 |
| Binary | 110 | 1111001 | 10000100 | 1011111 | 1000 | 0 | 110000 | 10111001 | 1011011 | 11011 |
Color Harmonies of #067984
Complementary color
Monochromatic Colors of #067984
Black with #067984
Text Example
Text Example
White with #067984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067984; }
p { color: rgb(6,121,132); }
H1.HeaderClassName
{
color: #067984;
}
.AnyTagClassName
{
color: #067984;
}
</style>
background-color css
<style>
a { background-color: #067984; }
a { background-color: rgb(6,121,132); }
div.DivClassName
{
background-color: #067984;
}
.BgClassName
{
background-color: #067984;
}
</style>
border-color css
<style>
span { border-color: #067984; }
span { border-color: rgb(6,121,132); }
td.TdClassName
{
border-color: #067984;
}
.TagClassName
{
border-color: #067984;
}
</style>