Shades of Teal #067280
Tints of Teal #067280
RGB
CMYK
RGB Variations
Color information
#067280 (or 0x067280) is known color: Teal. HEX triplet: 06, 72 and 80. RGB value is (6,114,128). Sum of RGB (Red+Green+Blue) = 6+114+128=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #067280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067280 is #F98D7F. Grayscale: #535353. Windows color (decimal): -16354688 or 8417798. OLE color: 8417798.
HSL color Cylindrical-coordinate representation of color #067280: hue angle of 186.89º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067280 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 114 | 128 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.50 |
| HSL | 186.89º | 0.91% | 0.26% | - |
| HSV(B) | 186.89º | 0.95% | 0.5% | - |
| XYZ | 9.99 | 13.63 | 22.53 | - |
| YUV | 83.3 | 153.22 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 128 | 0.95 | 0.11 | 0 | 0.50 | 186.89 | 0.91 | 0.26 |
| Hex | 6 | 72 | 80 | 5F | B | 0 | 32 | BB | 5B | 1A |
| Octal | 6 | 162 | 200 | 137 | 13 | 0 | 62 | 273 | 133 | 32 |
| Binary | 110 | 1110010 | 10000000 | 1011111 | 1011 | 0 | 110010 | 10111011 | 1011011 | 11010 |
Color Harmonies of #067280
Complementary color
Monochromatic Colors of #067280
Black with #067280
Text Example
Text Example
White with #067280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067280; }
p { color: rgb(6,114,128); }
H1.HeaderClassName
{
color: #067280;
}
.AnyTagClassName
{
color: #067280;
}
</style>
background-color css
<style>
a { background-color: #067280; }
a { background-color: rgb(6,114,128); }
div.DivClassName
{
background-color: #067280;
}
.BgClassName
{
background-color: #067280;
}
</style>
border-color css
<style>
span { border-color: #067280; }
span { border-color: rgb(6,114,128); }
td.TdClassName
{
border-color: #067280;
}
.TagClassName
{
border-color: #067280;
}
</style>