Shades of Teal #088285
Tints of Teal #088285
RGB
CMYK
RGB Variations
Color information
#088285 (or 0x088285) is known color: Teal. HEX triplet: 08, 82 and 85. RGB value is (8,130,133). Sum of RGB (Red+Green+Blue) = 8+130+133=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #088285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088285 is #F77D7A. Grayscale: #5D5D5D. Windows color (decimal): -16219515 or 8749576. OLE color: 8749576.
HSL color Cylindrical-coordinate representation of color #088285: hue angle of 181.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088285 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 130 | 133 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.48 |
| HSL | 181.44º | 0.89% | 0.28% | - |
| HSV(B) | 181.44º | 0.94% | 0.52% | - |
| XYZ | 12.32 | 17.71 | 24.96 | - |
| YUV | 93.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 133 | 0.94 | 0.02 | 0 | 0.48 | 181.44 | 0.89 | 0.28 |
| Hex | 8 | 82 | 85 | 5E | 2 | 0 | 30 | B5 | 59 | 1C |
| Octal | 10 | 202 | 205 | 136 | 2 | 0 | 60 | 265 | 131 | 34 |
| Binary | 1000 | 10000010 | 10000101 | 1011110 | 10 | 0 | 110000 | 10110101 | 1011001 | 11100 |
Color Harmonies of #088285
Complementary color
Monochromatic Colors of #088285
Black with #088285
Text Example
Text Example
White with #088285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088285; }
p { color: rgb(8,130,133); }
H1.HeaderClassName
{
color: #088285;
}
.AnyTagClassName
{
color: #088285;
}
</style>
background-color css
<style>
a { background-color: #088285; }
a { background-color: rgb(8,130,133); }
div.DivClassName
{
background-color: #088285;
}
.BgClassName
{
background-color: #088285;
}
</style>
border-color css
<style>
span { border-color: #088285; }
span { border-color: rgb(8,130,133); }
td.TdClassName
{
border-color: #088285;
}
.TagClassName
{
border-color: #088285;
}
</style>