Shades of Teal #00758C
Tints of Teal #00758C
RGB
CMYK
RGB Variations
Color information
#00758C (or 0x00758C) is known color: Teal. HEX triplet: 00, 75 and 8C. RGB value is (0,117,140). Sum of RGB (Red+Green+Blue) = 0+117+140=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #00758C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00758C is #FF8A73. Grayscale: #545454. Windows color (decimal): -16747124 or 9204992. OLE color: 9204992.
HSL color Cylindrical-coordinate representation of color #00758C: hue angle of 189.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00758C is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 117 | 140 | - |
| CMYK | 1 | 0.16 | 0 | 0.45 |
| HSL | 189.86º | 1% | 0.27% | - |
| HSV(B) | 189.86º | 1% | 0.55% | - |
| XYZ | 11.09 | 14.62 | 27.05 | - |
| YUV | 84.64 | 159.24 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 140 | 1 | 0.16 | 0 | 0.45 | 189.86 | 1 | 0.27 |
| Hex | 0 | 75 | 8C | 64 | 10 | 0 | 2D | BE | 64 | 1B |
| Octal | 0 | 165 | 214 | 144 | 20 | 0 | 55 | 276 | 144 | 33 |
| Binary | 0 | 1110101 | 10001100 | 1100100 | 10000 | 0 | 101101 | 10111110 | 1100100 | 11011 |
Color Harmonies of #00758C
Complementary color
Monochromatic Colors of #00758C
Black with #00758C
Text Example
Text Example
White with #00758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00758C; }
p { color: rgb(0,117,140); }
H1.HeaderClassName
{
color: #00758C;
}
.AnyTagClassName
{
color: #00758C;
}
</style>
background-color css
<style>
a { background-color: #00758C; }
a { background-color: rgb(0,117,140); }
div.DivClassName
{
background-color: #00758C;
}
.BgClassName
{
background-color: #00758C;
}
</style>
border-color css
<style>
span { border-color: #00758C; }
span { border-color: rgb(0,117,140); }
td.TdClassName
{
border-color: #00758C;
}
.TagClassName
{
border-color: #00758C;
}
</style>