Shades of Teal #07758A
Tints of Teal #07758A
RGB
CMYK
RGB Variations
Color information
#07758A (or 0x07758A) is known color: Teal. HEX triplet: 07, 75 and 8A. RGB value is (7,117,138). Sum of RGB (Red+Green+Blue) = 7+117+138=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #07758A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07758A is #F88A75. Grayscale: #565656. Windows color (decimal): -16288374 or 9073927. OLE color: 9073927.
HSL color Cylindrical-coordinate representation of color #07758A: hue angle of 189.62º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07758A is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 117 | 138 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.46 |
| HSL | 189.62º | 0.9% | 0.28% | - |
| HSV(B) | 189.62º | 0.95% | 0.54% | - |
| XYZ | 11.04 | 14.6 | 26.28 | - |
| YUV | 86.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 138 | 0.95 | 0.15 | 0 | 0.46 | 189.62 | 0.9 | 0.28 |
| Hex | 7 | 75 | 8A | 5F | F | 0 | 2E | BE | 5A | 1C |
| Octal | 7 | 165 | 212 | 137 | 17 | 0 | 56 | 276 | 132 | 34 |
| Binary | 111 | 1110101 | 10001010 | 1011111 | 1111 | 0 | 101110 | 10111110 | 1011010 | 11100 |
Color Harmonies of #07758A
Complementary color
Monochromatic Colors of #07758A
Black with #07758A
Text Example
Text Example
White with #07758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07758A; }
p { color: rgb(7,117,138); }
H1.HeaderClassName
{
color: #07758A;
}
.AnyTagClassName
{
color: #07758A;
}
</style>
background-color css
<style>
a { background-color: #07758A; }
a { background-color: rgb(7,117,138); }
div.DivClassName
{
background-color: #07758A;
}
.BgClassName
{
background-color: #07758A;
}
</style>
border-color css
<style>
span { border-color: #07758A; }
span { border-color: rgb(7,117,138); }
td.TdClassName
{
border-color: #07758A;
}
.TagClassName
{
border-color: #07758A;
}
</style>