Shades of Teal #088482
Tints of Teal #088482
RGB
CMYK
RGB Variations
Color information
#088482 (or 0x088482) is known color: Teal. HEX triplet: 08, 84 and 82. RGB value is (8,132,130). Sum of RGB (Red+Green+Blue) = 8+132+130=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #088482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088482 is #F77B7D. Grayscale: #5E5E5E. Windows color (decimal): -16219006 or 8553480. OLE color: 8553480.
HSL color Cylindrical-coordinate representation of color #088482: hue angle of 179.03º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088482 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 132 | 130 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.48 |
| HSL | 179.03º | 0.89% | 0.27% | - |
| HSV(B) | 179.03º | 0.94% | 0.52% | - |
| XYZ | 12.38 | 18.17 | 23.97 | - |
| YUV | 94.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 130 | 0.94 | 0 | 0.02 | 0.48 | 179.03 | 0.89 | 0.27 |
| Hex | 8 | 84 | 82 | 5E | 0 | 2 | 30 | B3 | 59 | 1B |
| Octal | 10 | 204 | 202 | 136 | 0 | 2 | 60 | 263 | 131 | 33 |
| Binary | 1000 | 10000100 | 10000010 | 1011110 | 0 | 10 | 110000 | 10110011 | 1011001 | 11011 |
Color Harmonies of #088482
Complementary color
Monochromatic Colors of #088482
Black with #088482
Text Example
Text Example
White with #088482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088482; }
p { color: rgb(8,132,130); }
H1.HeaderClassName
{
color: #088482;
}
.AnyTagClassName
{
color: #088482;
}
</style>
background-color css
<style>
a { background-color: #088482; }
a { background-color: rgb(8,132,130); }
div.DivClassName
{
background-color: #088482;
}
.BgClassName
{
background-color: #088482;
}
</style>
border-color css
<style>
span { border-color: #088482; }
span { border-color: rgb(8,132,130); }
td.TdClassName
{
border-color: #088482;
}
.TagClassName
{
border-color: #088482;
}
</style>