Shades of Teal #07877B
Tints of Teal #07877B
RGB
CMYK
RGB Variations
Color information
#07877B (or 0x07877B) is known color: Teal. HEX triplet: 07, 87 and 7B. RGB value is (7,135,123). Sum of RGB (Red+Green+Blue) = 7+135+123=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #07877B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07877B is #F87884. Grayscale: #5F5F5F. Windows color (decimal): -16283781 or 8095495. OLE color: 8095495.
HSL color Cylindrical-coordinate representation of color #07877B: hue angle of 174.38º 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 #07877B is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 123 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.47 |
| HSL | 174.38º | 0.9% | 0.28% | - |
| HSV(B) | 174.38º | 0.95% | 0.53% | - |
| XYZ | 12.33 | 18.8 | 21.72 | - |
| YUV | 95.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 123 | 0.95 | 0 | 0.09 | 0.47 | 174.38 | 0.9 | 0.28 |
| Hex | 7 | 87 | 7B | 5F | 0 | 9 | 2F | AE | 5A | 1C |
| Octal | 7 | 207 | 173 | 137 | 0 | 11 | 57 | 256 | 132 | 34 |
| Binary | 111 | 10000111 | 1111011 | 1011111 | 0 | 1001 | 101111 | 10101110 | 1011010 | 11100 |
Color Harmonies of #07877B
Complementary color
Monochromatic Colors of #07877B
Black with #07877B
Text Example
Text Example
White with #07877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07877B; }
p { color: rgb(7,135,123); }
H1.HeaderClassName
{
color: #07877B;
}
.AnyTagClassName
{
color: #07877B;
}
</style>
background-color css
<style>
a { background-color: #07877B; }
a { background-color: rgb(7,135,123); }
div.DivClassName
{
background-color: #07877B;
}
.BgClassName
{
background-color: #07877B;
}
</style>
border-color css
<style>
span { border-color: #07877B; }
span { border-color: rgb(7,135,123); }
td.TdClassName
{
border-color: #07877B;
}
.TagClassName
{
border-color: #07877B;
}
</style>