Shades of Teal #07817F
Tints of Teal #07817F
RGB
CMYK
RGB Variations
Color information
#07817F (or 0x07817F) is known color: Teal. HEX triplet: 07, 81 and 7F. RGB value is (7,129,127). Sum of RGB (Red+Green+Blue) = 7+129+127=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #07817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07817F is #F87E80. Grayscale: #5C5C5C. Windows color (decimal): -16285313 or 8356103. OLE color: 8356103.
HSL color Cylindrical-coordinate representation of color #07817F: hue angle of 179.02º 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 #07817F is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 127 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.49 |
| HSL | 179.02º | 0.9% | 0.27% | - |
| HSV(B) | 179.02º | 0.95% | 0.51% | - |
| XYZ | 11.77 | 17.28 | 22.79 | - |
| YUV | 92.29 | 147.58 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 127 | 0.95 | 0 | 0.02 | 0.49 | 179.02 | 0.9 | 0.27 |
| Hex | 7 | 81 | 7F | 5F | 0 | 2 | 31 | B3 | 5A | 1B |
| Octal | 7 | 201 | 177 | 137 | 0 | 2 | 61 | 263 | 132 | 33 |
| Binary | 111 | 10000001 | 1111111 | 1011111 | 0 | 10 | 110001 | 10110011 | 1011010 | 11011 |
Color Harmonies of #07817F
Complementary color
Monochromatic Colors of #07817F
Black with #07817F
Text Example
Text Example
White with #07817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07817F; }
p { color: rgb(7,129,127); }
H1.HeaderClassName
{
color: #07817F;
}
.AnyTagClassName
{
color: #07817F;
}
</style>
background-color css
<style>
a { background-color: #07817F; }
a { background-color: rgb(7,129,127); }
div.DivClassName
{
background-color: #07817F;
}
.BgClassName
{
background-color: #07817F;
}
</style>
border-color css
<style>
span { border-color: #07817F; }
span { border-color: rgb(7,129,127); }
td.TdClassName
{
border-color: #07817F;
}
.TagClassName
{
border-color: #07817F;
}
</style>