Shades of Teal #08768B
Tints of Teal #08768B
RGB
CMYK
RGB Variations
Color information
#08768B (or 0x08768B) is known color: Teal. HEX triplet: 08, 76 and 8B. RGB value is (8,118,139). Sum of RGB (Red+Green+Blue) = 8+118+139=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #08768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08768B is #F78974. Grayscale: #575757. Windows color (decimal): -16222581 or 9139720. OLE color: 9139720.
HSL color Cylindrical-coordinate representation of color #08768B: hue angle of 189.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08768B is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 118 | 139 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.45 |
| HSL | 189.62º | 0.89% | 0.29% | - |
| HSV(B) | 189.62º | 0.94% | 0.55% | - |
| XYZ | 11.24 | 14.87 | 26.7 | - |
| YUV | 87.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 139 | 0.94 | 0.15 | 0 | 0.45 | 189.62 | 0.89 | 0.29 |
| Hex | 8 | 76 | 8B | 5E | F | 0 | 2D | BE | 59 | 1D |
| Octal | 10 | 166 | 213 | 136 | 17 | 0 | 55 | 276 | 131 | 35 |
| Binary | 1000 | 1110110 | 10001011 | 1011110 | 1111 | 0 | 101101 | 10111110 | 1011001 | 11101 |
Color Harmonies of #08768B
Complementary color
Monochromatic Colors of #08768B
Black with #08768B
Text Example
Text Example
White with #08768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08768B; }
p { color: rgb(8,118,139); }
H1.HeaderClassName
{
color: #08768B;
}
.AnyTagClassName
{
color: #08768B;
}
</style>
background-color css
<style>
a { background-color: #08768B; }
a { background-color: rgb(8,118,139); }
div.DivClassName
{
background-color: #08768B;
}
.BgClassName
{
background-color: #08768B;
}
</style>
border-color css
<style>
span { border-color: #08768B; }
span { border-color: rgb(8,118,139); }
td.TdClassName
{
border-color: #08768B;
}
.TagClassName
{
border-color: #08768B;
}
</style>