Shades of Teal #088088
Tints of Teal #088088
RGB
CMYK
RGB Variations
Color information
#088088 (or 0x088088) is known color: Teal. HEX triplet: 08, 80 and 88. RGB value is (8,128,136). Sum of RGB (Red+Green+Blue) = 8+128+136=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #088088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088088 is #F77F77. Grayscale: #5C5C5C. Windows color (decimal): -16220024 or 8945672. OLE color: 8945672.
HSL color Cylindrical-coordinate representation of color #088088: hue angle of 183.75º 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 #088088 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 128 | 136 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.47 |
| HSL | 183.75º | 0.89% | 0.28% | - |
| HSV(B) | 183.75º | 0.94% | 0.53% | - |
| XYZ | 12.26 | 17.27 | 25.98 | - |
| YUV | 93.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 136 | 0.94 | 0.06 | 0 | 0.47 | 183.75 | 0.89 | 0.28 |
| Hex | 8 | 80 | 88 | 5E | 6 | 0 | 2F | B8 | 59 | 1C |
| Octal | 10 | 200 | 210 | 136 | 6 | 0 | 57 | 270 | 131 | 34 |
| Binary | 1000 | 10000000 | 10001000 | 1011110 | 110 | 0 | 101111 | 10111000 | 1011001 | 11100 |
Color Harmonies of #088088
Complementary color
Monochromatic Colors of #088088
Black with #088088
Text Example
Text Example
White with #088088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088088; }
p { color: rgb(8,128,136); }
H1.HeaderClassName
{
color: #088088;
}
.AnyTagClassName
{
color: #088088;
}
</style>
background-color css
<style>
a { background-color: #088088; }
a { background-color: rgb(8,128,136); }
div.DivClassName
{
background-color: #088088;
}
.BgClassName
{
background-color: #088088;
}
</style>
border-color css
<style>
span { border-color: #088088; }
span { border-color: rgb(8,128,136); }
td.TdClassName
{
border-color: #088088;
}
.TagClassName
{
border-color: #088088;
}
</style>