Shades of Teal #088581
Tints of Teal #088581
RGB
CMYK
RGB Variations
Color information
#088581 (or 0x088581) is known color: Teal. HEX triplet: 08, 85 and 81. RGB value is (8,133,129). Sum of RGB (Red+Green+Blue) = 8+133+129=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #088581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088581 is #F77A7E. Grayscale: #5F5F5F. Windows color (decimal): -16218751 or 8488200. OLE color: 8488200.
HSL color Cylindrical-coordinate representation of color #088581: hue angle of 178.08º 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 #088581 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 129 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.48 |
| HSL | 178.08º | 0.89% | 0.28% | - |
| HSV(B) | 178.08º | 0.94% | 0.52% | - |
| XYZ | 12.45 | 18.41 | 23.67 | - |
| YUV | 95.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 129 | 0.94 | 0 | 0.03 | 0.48 | 178.08 | 0.89 | 0.28 |
| Hex | 8 | 85 | 81 | 5E | 0 | 3 | 30 | B2 | 59 | 1C |
| Octal | 10 | 205 | 201 | 136 | 0 | 3 | 60 | 262 | 131 | 34 |
| Binary | 1000 | 10000101 | 10000001 | 1011110 | 0 | 11 | 110000 | 10110010 | 1011001 | 11100 |
Color Harmonies of #088581
Complementary color
Monochromatic Colors of #088581
Black with #088581
Text Example
Text Example
White with #088581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088581; }
p { color: rgb(8,133,129); }
H1.HeaderClassName
{
color: #088581;
}
.AnyTagClassName
{
color: #088581;
}
</style>
background-color css
<style>
a { background-color: #088581; }
a { background-color: rgb(8,133,129); }
div.DivClassName
{
background-color: #088581;
}
.BgClassName
{
background-color: #088581;
}
</style>
border-color css
<style>
span { border-color: #088581; }
span { border-color: rgb(8,133,129); }
td.TdClassName
{
border-color: #088581;
}
.TagClassName
{
border-color: #088581;
}
</style>