Shades of Teal #088187
Tints of Teal #088187
RGB
CMYK
RGB Variations
Color information
#088187 (or 0x088187) is known color: Teal. HEX triplet: 08, 81 and 87. RGB value is (8,129,135). Sum of RGB (Red+Green+Blue) = 8+129+135=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #088187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088187 is #F77E78. Grayscale: #5D5D5D. Windows color (decimal): -16219769 or 8880392. OLE color: 8880392.
HSL color Cylindrical-coordinate representation of color #088187: hue angle of 182.83º 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 #088187 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 129 | 135 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.47 |
| HSL | 182.83º | 0.89% | 0.28% | - |
| HSV(B) | 182.83º | 0.94% | 0.53% | - |
| XYZ | 12.32 | 17.5 | 25.65 | - |
| YUV | 93.51 | 151.41 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 135 | 0.94 | 0.04 | 0 | 0.47 | 182.83 | 0.89 | 0.28 |
| Hex | 8 | 81 | 87 | 5E | 4 | 0 | 2F | B7 | 59 | 1C |
| Octal | 10 | 201 | 207 | 136 | 4 | 0 | 57 | 267 | 131 | 34 |
| Binary | 1000 | 10000001 | 10000111 | 1011110 | 100 | 0 | 101111 | 10110111 | 1011001 | 11100 |
Color Harmonies of #088187
Complementary color
Monochromatic Colors of #088187
Black with #088187
Text Example
Text Example
White with #088187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088187; }
p { color: rgb(8,129,135); }
H1.HeaderClassName
{
color: #088187;
}
.AnyTagClassName
{
color: #088187;
}
</style>
background-color css
<style>
a { background-color: #088187; }
a { background-color: rgb(8,129,135); }
div.DivClassName
{
background-color: #088187;
}
.BgClassName
{
background-color: #088187;
}
</style>
border-color css
<style>
span { border-color: #088187; }
span { border-color: rgb(8,129,135); }
td.TdClassName
{
border-color: #088187;
}
.TagClassName
{
border-color: #088187;
}
</style>