Shades of Teal #08758A
Tints of Teal #08758A
RGB
CMYK
RGB Variations
Color information
#08758A (or 0x08758A) is known color: Teal. HEX triplet: 08, 75 and 8A. RGB value is (8,117,138). Sum of RGB (Red+Green+Blue) = 8+117+138=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #08758A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08758A is #F78A75. Grayscale: #565656. Windows color (decimal): -16222838 or 9073928. OLE color: 9073928.
HSL color Cylindrical-coordinate representation of color #08758A: hue angle of 189.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08758A is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 117 | 138 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.46 |
| HSL | 189.69º | 0.89% | 0.29% | - |
| HSV(B) | 189.69º | 0.94% | 0.54% | - |
| XYZ | 11.05 | 14.61 | 26.28 | - |
| YUV | 86.8 | 156.89 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 138 | 0.94 | 0.15 | 0 | 0.46 | 189.69 | 0.89 | 0.29 |
| Hex | 8 | 75 | 8A | 5E | F | 0 | 2E | BE | 59 | 1D |
| Octal | 10 | 165 | 212 | 136 | 17 | 0 | 56 | 276 | 131 | 35 |
| Binary | 1000 | 1110101 | 10001010 | 1011110 | 1111 | 0 | 101110 | 10111110 | 1011001 | 11101 |
Color Harmonies of #08758A
Complementary color
Monochromatic Colors of #08758A
Black with #08758A
Text Example
Text Example
White with #08758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08758A; }
p { color: rgb(8,117,138); }
H1.HeaderClassName
{
color: #08758A;
}
.AnyTagClassName
{
color: #08758A;
}
</style>
background-color css
<style>
a { background-color: #08758A; }
a { background-color: rgb(8,117,138); }
div.DivClassName
{
background-color: #08758A;
}
.BgClassName
{
background-color: #08758A;
}
</style>
border-color css
<style>
span { border-color: #08758A; }
span { border-color: rgb(8,117,138); }
td.TdClassName
{
border-color: #08758A;
}
.TagClassName
{
border-color: #08758A;
}
</style>