Shades of Teal #088781
Tints of Teal #088781
RGB
CMYK
RGB Variations
Color information
#088781 (or 0x088781) is known color: Teal. HEX triplet: 08, 87 and 81. RGB value is (8,135,129). Sum of RGB (Red+Green+Blue) = 8+135+129=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #088781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088781 is #F7787E. Grayscale: #606060. Windows color (decimal): -16218239 or 8488712. OLE color: 8488712.
HSL color Cylindrical-coordinate representation of color #088781: hue angle of 177.17º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088781 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 129 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.47 |
| HSL | 177.17º | 0.89% | 0.28% | - |
| HSV(B) | 177.17º | 0.94% | 0.53% | - |
| XYZ | 12.73 | 18.96 | 23.76 | - |
| YUV | 96.34 | 146.42 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 129 | 0.94 | 0 | 0.04 | 0.47 | 177.17 | 0.89 | 0.28 |
| Hex | 8 | 87 | 81 | 5E | 0 | 4 | 2F | B1 | 59 | 1C |
| Octal | 10 | 207 | 201 | 136 | 0 | 4 | 57 | 261 | 131 | 34 |
| Binary | 1000 | 10000111 | 10000001 | 1011110 | 0 | 100 | 101111 | 10110001 | 1011001 | 11100 |
Color Harmonies of #088781
Complementary color
Monochromatic Colors of #088781
Black with #088781
Text Example
Text Example
White with #088781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088781; }
p { color: rgb(8,135,129); }
H1.HeaderClassName
{
color: #088781;
}
.AnyTagClassName
{
color: #088781;
}
</style>
background-color css
<style>
a { background-color: #088781; }
a { background-color: rgb(8,135,129); }
div.DivClassName
{
background-color: #088781;
}
.BgClassName
{
background-color: #088781;
}
</style>
border-color css
<style>
span { border-color: #088781; }
span { border-color: rgb(8,135,129); }
td.TdClassName
{
border-color: #088781;
}
.TagClassName
{
border-color: #088781;
}
</style>