Shades of Teal #067883
Tints of Teal #067883
RGB
CMYK
RGB Variations
Color information
#067883 (or 0x067883) is known color: Teal. HEX triplet: 06, 78 and 83. RGB value is (6,120,131). Sum of RGB (Red+Green+Blue) = 6+120+131=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #067883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067883 is #F9877C. Grayscale: #575757. Windows color (decimal): -16353149 or 8615942. OLE color: 8615942.
HSL color Cylindrical-coordinate representation of color #067883: hue angle of 185.28º 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 #067883 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 120 | 131 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.49 |
| HSL | 185.28º | 0.91% | 0.27% | - |
| HSV(B) | 185.28º | 0.95% | 0.51% | - |
| XYZ | 10.89 | 15.11 | 23.82 | - |
| YUV | 87.17 | 152.73 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 131 | 0.95 | 0.08 | 0 | 0.49 | 185.28 | 0.91 | 0.27 |
| Hex | 6 | 78 | 83 | 5F | 8 | 0 | 31 | B9 | 5B | 1B |
| Octal | 6 | 170 | 203 | 137 | 10 | 0 | 61 | 271 | 133 | 33 |
| Binary | 110 | 1111000 | 10000011 | 1011111 | 1000 | 0 | 110001 | 10111001 | 1011011 | 11011 |
Color Harmonies of #067883
Complementary color
Monochromatic Colors of #067883
Black with #067883
Text Example
Text Example
White with #067883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067883; }
p { color: rgb(6,120,131); }
H1.HeaderClassName
{
color: #067883;
}
.AnyTagClassName
{
color: #067883;
}
</style>
background-color css
<style>
a { background-color: #067883; }
a { background-color: rgb(6,120,131); }
div.DivClassName
{
background-color: #067883;
}
.BgClassName
{
background-color: #067883;
}
</style>
border-color css
<style>
span { border-color: #067883; }
span { border-color: rgb(6,120,131); }
td.TdClassName
{
border-color: #067883;
}
.TagClassName
{
border-color: #067883;
}
</style>