Shades of Teal #08758B
Tints of Teal #08758B
RGB
CMYK
RGB Variations
Color information
#08758B (or 0x08758B) is known color: Teal. HEX triplet: 08, 75 and 8B. RGB value is (8,117,139). Sum of RGB (Red+Green+Blue) = 8+117+139=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #08758B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08758B is #F78A74. Grayscale: #565656. Windows color (decimal): -16222837 or 9139464. OLE color: 9139464.
HSL color Cylindrical-coordinate representation of color #08758B: hue angle of 190.08º 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 #08758B is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 117 | 139 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.45 |
| HSL | 190.08º | 0.89% | 0.29% | - |
| HSV(B) | 190.08º | 0.94% | 0.55% | - |
| XYZ | 11.12 | 14.64 | 26.67 | - |
| YUV | 86.92 | 157.39 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 139 | 0.94 | 0.16 | 0 | 0.45 | 190.08 | 0.89 | 0.29 |
| Hex | 8 | 75 | 8B | 5E | 10 | 0 | 2D | BE | 59 | 1D |
| Octal | 10 | 165 | 213 | 136 | 20 | 0 | 55 | 276 | 131 | 35 |
| Binary | 1000 | 1110101 | 10001011 | 1011110 | 10000 | 0 | 101101 | 10111110 | 1011001 | 11101 |
Color Harmonies of #08758B
Complementary color
Monochromatic Colors of #08758B
Black with #08758B
Text Example
Text Example
White with #08758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08758B; }
p { color: rgb(8,117,139); }
H1.HeaderClassName
{
color: #08758B;
}
.AnyTagClassName
{
color: #08758B;
}
</style>
background-color css
<style>
a { background-color: #08758B; }
a { background-color: rgb(8,117,139); }
div.DivClassName
{
background-color: #08758B;
}
.BgClassName
{
background-color: #08758B;
}
</style>
border-color css
<style>
span { border-color: #08758B; }
span { border-color: rgb(8,117,139); }
td.TdClassName
{
border-color: #08758B;
}
.TagClassName
{
border-color: #08758B;
}
</style>