Shades of Teal #07808A
Tints of Teal #07808A
RGB
CMYK
RGB Variations
Color information
#07808A (or 0x07808A) is known color: Teal. HEX triplet: 07, 80 and 8A. RGB value is (7,128,138). Sum of RGB (Red+Green+Blue) = 7+128+138=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #07808A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07808A is #F87F75. Grayscale: #5C5C5C. Windows color (decimal): -16285558 or 9076743. OLE color: 9076743.
HSL color Cylindrical-coordinate representation of color #07808A: hue angle of 184.58º 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 #07808A is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 128 | 138 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.46 |
| HSL | 184.58º | 0.9% | 0.28% | - |
| HSV(B) | 184.58º | 0.95% | 0.54% | - |
| XYZ | 12.39 | 17.32 | 26.73 | - |
| YUV | 92.96 | 153.41 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 138 | 0.95 | 0.07 | 0 | 0.46 | 184.58 | 0.9 | 0.28 |
| Hex | 7 | 80 | 8A | 5F | 7 | 0 | 2E | B9 | 5A | 1C |
| Octal | 7 | 200 | 212 | 137 | 7 | 0 | 56 | 271 | 132 | 34 |
| Binary | 111 | 10000000 | 10001010 | 1011111 | 111 | 0 | 101110 | 10111001 | 1011010 | 11100 |
Color Harmonies of #07808A
Complementary color
Monochromatic Colors of #07808A
Black with #07808A
Text Example
Text Example
White with #07808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07808A; }
p { color: rgb(7,128,138); }
H1.HeaderClassName
{
color: #07808A;
}
.AnyTagClassName
{
color: #07808A;
}
</style>
background-color css
<style>
a { background-color: #07808A; }
a { background-color: rgb(7,128,138); }
div.DivClassName
{
background-color: #07808A;
}
.BgClassName
{
background-color: #07808A;
}
</style>
border-color css
<style>
span { border-color: #07808A; }
span { border-color: rgb(7,128,138); }
td.TdClassName
{
border-color: #07808A;
}
.TagClassName
{
border-color: #07808A;
}
</style>