Shades of Teal #077288
Tints of Teal #077288
RGB
CMYK
RGB Variations
Color information
#077288 (or 0x077288) is known color: Teal. HEX triplet: 07, 72 and 88. RGB value is (7,114,136). Sum of RGB (Red+Green+Blue) = 7+114+136=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #077288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077288 is #F88D77. Grayscale: #545454. Windows color (decimal): -16289144 or 8942087. OLE color: 8942087.
HSL color Cylindrical-coordinate representation of color #077288: hue angle of 190.23º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077288 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 114 | 136 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.47 |
| HSL | 190.23º | 0.9% | 0.28% | - |
| HSV(B) | 190.23º | 0.95% | 0.53% | - |
| XYZ | 10.55 | 13.86 | 25.41 | - |
| YUV | 84.52 | 157.05 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 136 | 0.95 | 0.16 | 0 | 0.47 | 190.23 | 0.9 | 0.28 |
| Hex | 7 | 72 | 88 | 5F | 10 | 0 | 2F | BE | 5A | 1C |
| Octal | 7 | 162 | 210 | 137 | 20 | 0 | 57 | 276 | 132 | 34 |
| Binary | 111 | 1110010 | 10001000 | 1011111 | 10000 | 0 | 101111 | 10111110 | 1011010 | 11100 |
Color Harmonies of #077288
Complementary color
Monochromatic Colors of #077288
Black with #077288
Text Example
Text Example
White with #077288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077288; }
p { color: rgb(7,114,136); }
H1.HeaderClassName
{
color: #077288;
}
.AnyTagClassName
{
color: #077288;
}
</style>
background-color css
<style>
a { background-color: #077288; }
a { background-color: rgb(7,114,136); }
div.DivClassName
{
background-color: #077288;
}
.BgClassName
{
background-color: #077288;
}
</style>
border-color css
<style>
span { border-color: #077288; }
span { border-color: rgb(7,114,136); }
td.TdClassName
{
border-color: #077288;
}
.TagClassName
{
border-color: #077288;
}
</style>