Shades of Teal #078384
Tints of Teal #078384
RGB
CMYK
RGB Variations
Color information
#078384 (or 0x078384) is known color: Teal. HEX triplet: 07, 83 and 84. RGB value is (7,131,132). Sum of RGB (Red+Green+Blue) = 7+131+132=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #078384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078384 is #F87C7B. Grayscale: #5D5D5D. Windows color (decimal): -16284796 or 8684295. OLE color: 8684295.
HSL color Cylindrical-coordinate representation of color #078384: hue angle of 180.48º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078384 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 131 | 132 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.48 |
| HSL | 180.48º | 0.9% | 0.27% | - |
| HSV(B) | 180.48º | 0.95% | 0.52% | - |
| XYZ | 12.37 | 17.94 | 24.64 | - |
| YUV | 94.04 | 149.42 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 132 | 0.95 | 0.01 | 0 | 0.48 | 180.48 | 0.9 | 0.27 |
| Hex | 7 | 83 | 84 | 5F | 1 | 0 | 30 | B4 | 5A | 1B |
| Octal | 7 | 203 | 204 | 137 | 1 | 0 | 60 | 264 | 132 | 33 |
| Binary | 111 | 10000011 | 10000100 | 1011111 | 1 | 0 | 110000 | 10110100 | 1011010 | 11011 |
Color Harmonies of #078384
Complementary color
Monochromatic Colors of #078384
Black with #078384
Text Example
Text Example
White with #078384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078384; }
p { color: rgb(7,131,132); }
H1.HeaderClassName
{
color: #078384;
}
.AnyTagClassName
{
color: #078384;
}
</style>
background-color css
<style>
a { background-color: #078384; }
a { background-color: rgb(7,131,132); }
div.DivClassName
{
background-color: #078384;
}
.BgClassName
{
background-color: #078384;
}
</style>
border-color css
<style>
span { border-color: #078384; }
span { border-color: rgb(7,131,132); }
td.TdClassName
{
border-color: #078384;
}
.TagClassName
{
border-color: #078384;
}
</style>