Shades of Teal #07758D
Tints of Teal #07758D
RGB
CMYK
RGB Variations
Color information
#07758D (or 0x07758D) is known color: Teal. HEX triplet: 07, 75 and 8D. RGB value is (7,117,141). Sum of RGB (Red+Green+Blue) = 7+117+141=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #07758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07758D is #F88A72. Grayscale: #565656. Windows color (decimal): -16288371 or 9270535. OLE color: 9270535.
HSL color Cylindrical-coordinate representation of color #07758D: hue angle of 190.75º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07758D is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 117 | 141 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.45 |
| HSL | 190.75º | 0.91% | 0.29% | - |
| HSV(B) | 190.75º | 0.95% | 0.55% | - |
| XYZ | 11.26 | 14.69 | 27.44 | - |
| YUV | 86.85 | 158.56 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 141 | 0.95 | 0.17 | 0 | 0.45 | 190.75 | 0.91 | 0.29 |
| Hex | 7 | 75 | 8D | 5F | 11 | 0 | 2D | BF | 5B | 1D |
| Octal | 7 | 165 | 215 | 137 | 21 | 0 | 55 | 277 | 133 | 35 |
| Binary | 111 | 1110101 | 10001101 | 1011111 | 10001 | 0 | 101101 | 10111111 | 1011011 | 11101 |
Color Harmonies of #07758D
Complementary color
Monochromatic Colors of #07758D
Black with #07758D
Text Example
Text Example
White with #07758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07758D; }
p { color: rgb(7,117,141); }
H1.HeaderClassName
{
color: #07758D;
}
.AnyTagClassName
{
color: #07758D;
}
</style>
background-color css
<style>
a { background-color: #07758D; }
a { background-color: rgb(7,117,141); }
div.DivClassName
{
background-color: #07758D;
}
.BgClassName
{
background-color: #07758D;
}
</style>
border-color css
<style>
span { border-color: #07758D; }
span { border-color: rgb(7,117,141); }
td.TdClassName
{
border-color: #07758D;
}
.TagClassName
{
border-color: #07758D;
}
</style>