Shades of Teal #007888
Tints of Teal #007888
RGB
CMYK
RGB Variations
Color information
#007888 (or 0x007888) is known color: Teal. HEX triplet: 00, 78 and 88. RGB value is (0,120,136). Sum of RGB (Red+Green+Blue) = 0+120+136=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #007888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007888 is #FF8777. Grayscale: #555555. Windows color (decimal): -16746360 or 8943616. OLE color: 8943616.
HSL color Cylindrical-coordinate representation of color #007888: hue angle of 187.06º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007888 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 120 | 136 | - |
| CMYK | 1 | 0.12 | 0 | 0.47 |
| HSL | 187.06º | 1% | 0.27% | - |
| HSV(B) | 187.06º | 1% | 0.53% | - |
| XYZ | 11.16 | 15.21 | 25.64 | - |
| YUV | 85.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 136 | 1 | 0.12 | 0 | 0.47 | 187.06 | 1 | 0.27 |
| Hex | 0 | 78 | 88 | 64 | C | 0 | 2F | BB | 64 | 1B |
| Octal | 0 | 170 | 210 | 144 | 14 | 0 | 57 | 273 | 144 | 33 |
| Binary | 0 | 1111000 | 10001000 | 1100100 | 1100 | 0 | 101111 | 10111011 | 1100100 | 11011 |
Color Harmonies of #007888
Complementary color
Monochromatic Colors of #007888
Black with #007888
Text Example
Text Example
White with #007888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007888; }
p { color: rgb(0,120,136); }
H1.HeaderClassName
{
color: #007888;
}
.AnyTagClassName
{
color: #007888;
}
</style>
background-color css
<style>
a { background-color: #007888; }
a { background-color: rgb(0,120,136); }
div.DivClassName
{
background-color: #007888;
}
.BgClassName
{
background-color: #007888;
}
</style>
border-color css
<style>
span { border-color: #007888; }
span { border-color: rgb(0,120,136); }
td.TdClassName
{
border-color: #007888;
}
.TagClassName
{
border-color: #007888;
}
</style>