Shades of Teal #00757F
Tints of Teal #00757F
RGB
CMYK
RGB Variations
Color information
#00757F (or 0x00757F) is known color: Teal. HEX triplet: 00, 75 and 7F. RGB value is (0,117,127). Sum of RGB (Red+Green+Blue) = 0+117+127=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #00757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00757F is #FF8A80. Grayscale: #535353. Windows color (decimal): -16747137 or 8353024. OLE color: 8353024.
HSL color Cylindrical-coordinate representation of color #00757F: hue angle of 184.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00757F is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 117 | 127 | - |
| CMYK | 1 | 0.08 | 0 | 0.50 |
| HSL | 184.72º | 1% | 0.25% | - |
| HSV(B) | 184.72º | 1% | 0.5% | - |
| XYZ | 10.19 | 14.25 | 22.29 | - |
| YUV | 83.16 | 152.74 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 127 | 1 | 0.08 | 0 | 0.50 | 184.72 | 1 | 0.25 |
| Hex | 0 | 75 | 7F | 64 | 8 | 0 | 32 | B9 | 64 | 19 |
| Octal | 0 | 165 | 177 | 144 | 10 | 0 | 62 | 271 | 144 | 31 |
| Binary | 0 | 1110101 | 1111111 | 1100100 | 1000 | 0 | 110010 | 10111001 | 1100100 | 11001 |
Color Harmonies of #00757F
Complementary color
Monochromatic Colors of #00757F
Black with #00757F
Text Example
Text Example
White with #00757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00757F; }
p { color: rgb(0,117,127); }
H1.HeaderClassName
{
color: #00757F;
}
.AnyTagClassName
{
color: #00757F;
}
</style>
background-color css
<style>
a { background-color: #00757F; }
a { background-color: rgb(0,117,127); }
div.DivClassName
{
background-color: #00757F;
}
.BgClassName
{
background-color: #00757F;
}
</style>
border-color css
<style>
span { border-color: #00757F; }
span { border-color: rgb(0,117,127); }
td.TdClassName
{
border-color: #00757F;
}
.TagClassName
{
border-color: #00757F;
}
</style>