Shades of Teal #007887
Tints of Teal #007887
RGB
CMYK
RGB Variations
Color information
#007887 (or 0x007887) is known color: Teal. HEX triplet: 00, 78 and 87. RGB value is (0,120,135). Sum of RGB (Red+Green+Blue) = 0+120+135=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #007887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007887 is #FF8778. Grayscale: #555555. Windows color (decimal): -16746361 or 8878080. OLE color: 8878080.
HSL color Cylindrical-coordinate representation of color #007887: hue angle of 186.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007887 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 120 | 135 | - |
| CMYK | 1 | 0.11 | 0 | 0.47 |
| HSL | 186.67º | 1% | 0.26% | - |
| HSV(B) | 186.67º | 1% | 0.53% | - |
| XYZ | 11.09 | 15.18 | 25.27 | - |
| YUV | 85.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 135 | 1 | 0.11 | 0 | 0.47 | 186.67 | 1 | 0.26 |
| Hex | 0 | 78 | 87 | 64 | B | 0 | 2F | BB | 64 | 1A |
| Octal | 0 | 170 | 207 | 144 | 13 | 0 | 57 | 273 | 144 | 32 |
| Binary | 0 | 1111000 | 10000111 | 1100100 | 1011 | 0 | 101111 | 10111011 | 1100100 | 11010 |
Color Harmonies of #007887
Complementary color
Monochromatic Colors of #007887
Black with #007887
Text Example
Text Example
White with #007887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007887; }
p { color: rgb(0,120,135); }
H1.HeaderClassName
{
color: #007887;
}
.AnyTagClassName
{
color: #007887;
}
</style>
background-color css
<style>
a { background-color: #007887; }
a { background-color: rgb(0,120,135); }
div.DivClassName
{
background-color: #007887;
}
.BgClassName
{
background-color: #007887;
}
</style>
border-color css
<style>
span { border-color: #007887; }
span { border-color: rgb(0,120,135); }
td.TdClassName
{
border-color: #007887;
}
.TagClassName
{
border-color: #007887;
}
</style>