Shades of Teal #07738A
Tints of Teal #07738A
RGB
CMYK
RGB Variations
Color information
#07738A (or 0x07738A) is known color: Teal. HEX triplet: 07, 73 and 8A. RGB value is (7,115,138). Sum of RGB (Red+Green+Blue) = 7+115+138=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #07738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07738A is #F88C75. Grayscale: #555555. Windows color (decimal): -16288886 or 9073415. OLE color: 9073415.
HSL color Cylindrical-coordinate representation of color #07738A: hue angle of 190.53º 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 #07738A is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 115 | 138 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.46 |
| HSL | 190.53º | 0.9% | 0.28% | - |
| HSV(B) | 190.53º | 0.95% | 0.54% | - |
| XYZ | 10.81 | 14.14 | 26.2 | - |
| YUV | 85.33 | 157.72 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 138 | 0.95 | 0.17 | 0 | 0.46 | 190.53 | 0.9 | 0.28 |
| Hex | 7 | 73 | 8A | 5F | 11 | 0 | 2E | BF | 5A | 1C |
| Octal | 7 | 163 | 212 | 137 | 21 | 0 | 56 | 277 | 132 | 34 |
| Binary | 111 | 1110011 | 10001010 | 1011111 | 10001 | 0 | 101110 | 10111111 | 1011010 | 11100 |
Color Harmonies of #07738A
Complementary color
Monochromatic Colors of #07738A
Black with #07738A
Text Example
Text Example
White with #07738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07738A; }
p { color: rgb(7,115,138); }
H1.HeaderClassName
{
color: #07738A;
}
.AnyTagClassName
{
color: #07738A;
}
</style>
background-color css
<style>
a { background-color: #07738A; }
a { background-color: rgb(7,115,138); }
div.DivClassName
{
background-color: #07738A;
}
.BgClassName
{
background-color: #07738A;
}
</style>
border-color css
<style>
span { border-color: #07738A; }
span { border-color: rgb(7,115,138); }
td.TdClassName
{
border-color: #07738A;
}
.TagClassName
{
border-color: #07738A;
}
</style>