Shades of Teal #067881
Tints of Teal #067881
RGB
CMYK
RGB Variations
Color information
#067881 (or 0x067881) is known color: Teal. HEX triplet: 06, 78 and 81. RGB value is (6,120,129). Sum of RGB (Red+Green+Blue) = 6+120+129=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #067881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067881 is #F9877E. Grayscale: #565656. Windows color (decimal): -16353151 or 8484870. OLE color: 8484870.
HSL color Cylindrical-coordinate representation of color #067881: hue angle of 184.39º 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 #067881 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 120 | 129 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.49 |
| HSL | 184.39º | 0.91% | 0.26% | - |
| HSV(B) | 184.39º | 0.95% | 0.51% | - |
| XYZ | 10.75 | 15.06 | 23.11 | - |
| YUV | 86.94 | 151.73 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 129 | 0.95 | 0.07 | 0 | 0.49 | 184.39 | 0.91 | 0.26 |
| Hex | 6 | 78 | 81 | 5F | 7 | 0 | 31 | B8 | 5B | 1A |
| Octal | 6 | 170 | 201 | 137 | 7 | 0 | 61 | 270 | 133 | 32 |
| Binary | 110 | 1111000 | 10000001 | 1011111 | 111 | 0 | 110001 | 10111000 | 1011011 | 11010 |
Color Harmonies of #067881
Complementary color
Monochromatic Colors of #067881
Black with #067881
Text Example
Text Example
White with #067881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067881; }
p { color: rgb(6,120,129); }
H1.HeaderClassName
{
color: #067881;
}
.AnyTagClassName
{
color: #067881;
}
</style>
background-color css
<style>
a { background-color: #067881; }
a { background-color: rgb(6,120,129); }
div.DivClassName
{
background-color: #067881;
}
.BgClassName
{
background-color: #067881;
}
</style>
border-color css
<style>
span { border-color: #067881; }
span { border-color: rgb(6,120,129); }
td.TdClassName
{
border-color: #067881;
}
.TagClassName
{
border-color: #067881;
}
</style>