Shades of Teal #088380
Tints of Teal #088380
RGB
CMYK
RGB Variations
Color information
#088380 (or 0x088380) is known color: Teal. HEX triplet: 08, 83 and 80. RGB value is (8,131,128). Sum of RGB (Red+Green+Blue) = 8+131+128=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #088380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088380 is #F77C7F. Grayscale: #5D5D5D. Windows color (decimal): -16219264 or 8422152. OLE color: 8422152.
HSL color Cylindrical-coordinate representation of color #088380: hue angle of 178.54º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088380 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 128 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.49 |
| HSL | 178.54º | 0.88% | 0.27% | - |
| HSV(B) | 178.54º | 0.94% | 0.51% | - |
| XYZ | 12.11 | 17.84 | 23.23 | - |
| YUV | 93.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 128 | 0.94 | 0 | 0.02 | 0.49 | 178.54 | 0.88 | 0.27 |
| Hex | 8 | 83 | 80 | 5E | 0 | 2 | 31 | B3 | 58 | 1B |
| Octal | 10 | 203 | 200 | 136 | 0 | 2 | 61 | 263 | 130 | 33 |
| Binary | 1000 | 10000011 | 10000000 | 1011110 | 0 | 10 | 110001 | 10110011 | 1011000 | 11011 |
Color Harmonies of #088380
Complementary color
Monochromatic Colors of #088380
Black with #088380
Text Example
Text Example
White with #088380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088380; }
p { color: rgb(8,131,128); }
H1.HeaderClassName
{
color: #088380;
}
.AnyTagClassName
{
color: #088380;
}
</style>
background-color css
<style>
a { background-color: #088380; }
a { background-color: rgb(8,131,128); }
div.DivClassName
{
background-color: #088380;
}
.BgClassName
{
background-color: #088380;
}
</style>
border-color css
<style>
span { border-color: #088380; }
span { border-color: rgb(8,131,128); }
td.TdClassName
{
border-color: #088380;
}
.TagClassName
{
border-color: #088380;
}
</style>