Shades of Teal #007088
Tints of Teal #007088
RGB
CMYK
RGB Variations
Color information
#007088 (or 0x007088) is known color: Teal. HEX triplet: 00, 70 and 88. RGB value is (0,112,136). Sum of RGB (Red+Green+Blue) = 0+112+136=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #007088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007088 is #FF8F77. Grayscale: #515151. Windows color (decimal): -16748408 or 8941568. OLE color: 8941568.
HSL color Cylindrical-coordinate representation of color #007088: hue angle of 190.59º 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 #007088 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 112 | 136 | - |
| CMYK | 1 | 0.18 | 0 | 0.47 |
| HSL | 190.59º | 1% | 0.27% | - |
| HSV(B) | 190.59º | 1% | 0.53% | - |
| XYZ | 10.24 | 13.37 | 25.33 | - |
| YUV | 81.25 | 158.89 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 136 | 1 | 0.18 | 0 | 0.47 | 190.59 | 1 | 0.27 |
| Hex | 0 | 70 | 88 | 64 | 12 | 0 | 2F | BF | 64 | 1B |
| Octal | 0 | 160 | 210 | 144 | 22 | 0 | 57 | 277 | 144 | 33 |
| Binary | 0 | 1110000 | 10001000 | 1100100 | 10010 | 0 | 101111 | 10111111 | 1100100 | 11011 |
Color Harmonies of #007088
Complementary color
Monochromatic Colors of #007088
Black with #007088
Text Example
Text Example
White with #007088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007088; }
p { color: rgb(0,112,136); }
H1.HeaderClassName
{
color: #007088;
}
.AnyTagClassName
{
color: #007088;
}
</style>
background-color css
<style>
a { background-color: #007088; }
a { background-color: rgb(0,112,136); }
div.DivClassName
{
background-color: #007088;
}
.BgClassName
{
background-color: #007088;
}
</style>
border-color css
<style>
span { border-color: #007088; }
span { border-color: rgb(0,112,136); }
td.TdClassName
{
border-color: #007088;
}
.TagClassName
{
border-color: #007088;
}
</style>