Shades of Teal #077383
Tints of Teal #077383
RGB
CMYK
RGB Variations
Color information
#077383 (or 0x077383) is known color: Teal. HEX triplet: 07, 73 and 83. RGB value is (7,115,131). Sum of RGB (Red+Green+Blue) = 7+115+131=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #077383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077383 is #F88C7C. Grayscale: #545454. Windows color (decimal): -16288893 or 8614663. OLE color: 8614663.
HSL color Cylindrical-coordinate representation of color #077383: hue angle of 187.74º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077383 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 115 | 131 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.49 |
| HSL | 187.74º | 0.9% | 0.27% | - |
| HSV(B) | 187.74º | 0.95% | 0.51% | - |
| XYZ | 10.32 | 13.95 | 23.62 | - |
| YUV | 84.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 131 | 0.95 | 0.12 | 0 | 0.49 | 187.74 | 0.9 | 0.27 |
| Hex | 7 | 73 | 83 | 5F | C | 0 | 31 | BC | 5A | 1B |
| Octal | 7 | 163 | 203 | 137 | 14 | 0 | 61 | 274 | 132 | 33 |
| Binary | 111 | 1110011 | 10000011 | 1011111 | 1100 | 0 | 110001 | 10111100 | 1011010 | 11011 |
Color Harmonies of #077383
Complementary color
Monochromatic Colors of #077383
Black with #077383
Text Example
Text Example
White with #077383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077383; }
p { color: rgb(7,115,131); }
H1.HeaderClassName
{
color: #077383;
}
.AnyTagClassName
{
color: #077383;
}
</style>
background-color css
<style>
a { background-color: #077383; }
a { background-color: rgb(7,115,131); }
div.DivClassName
{
background-color: #077383;
}
.BgClassName
{
background-color: #077383;
}
</style>
border-color css
<style>
span { border-color: #077383; }
span { border-color: rgb(7,115,131); }
td.TdClassName
{
border-color: #077383;
}
.TagClassName
{
border-color: #077383;
}
</style>