Shades of Teal #007788
Tints of Teal #007788
RGB
CMYK
RGB Variations
Color information
#007788 (or 0x007788) is known color: Teal. HEX triplet: 00, 77 and 88. RGB value is (0,119,136). Sum of RGB (Red+Green+Blue) = 0+119+136=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #007788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007788 is #FF8877. Grayscale: #555555. Windows color (decimal): -16746616 or 8943360. OLE color: 8943360.
HSL color Cylindrical-coordinate representation of color #007788: hue angle of 187.5º 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 #007788 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 119 | 136 | - |
| CMYK | 1 | 0.12 | 0 | 0.47 |
| HSL | 187.5º | 1% | 0.27% | - |
| HSV(B) | 187.5º | 1% | 0.53% | - |
| XYZ | 11.04 | 14.97 | 25.6 | - |
| YUV | 85.36 | 156.58 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 136 | 1 | 0.12 | 0 | 0.47 | 187.5 | 1 | 0.27 |
| Hex | 0 | 77 | 88 | 64 | C | 0 | 2F | BC | 64 | 1B |
| Octal | 0 | 167 | 210 | 144 | 14 | 0 | 57 | 274 | 144 | 33 |
| Binary | 0 | 1110111 | 10001000 | 1100100 | 1100 | 0 | 101111 | 10111100 | 1100100 | 11011 |
Color Harmonies of #007788
Complementary color
Monochromatic Colors of #007788
Black with #007788
Text Example
Text Example
White with #007788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007788; }
p { color: rgb(0,119,136); }
H1.HeaderClassName
{
color: #007788;
}
.AnyTagClassName
{
color: #007788;
}
</style>
background-color css
<style>
a { background-color: #007788; }
a { background-color: rgb(0,119,136); }
div.DivClassName
{
background-color: #007788;
}
.BgClassName
{
background-color: #007788;
}
</style>
border-color css
<style>
span { border-color: #007788; }
span { border-color: rgb(0,119,136); }
td.TdClassName
{
border-color: #007788;
}
.TagClassName
{
border-color: #007788;
}
</style>