Shades of Teal #00747F
Tints of Teal #00747F
RGB
CMYK
RGB Variations
Color information
#00747F (or 0x00747F) is known color: Teal. HEX triplet: 00, 74 and 7F. RGB value is (0,116,127). Sum of RGB (Red+Green+Blue) = 0+116+127=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #00747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00747F is #FF8B80. Grayscale: #525252. Windows color (decimal): -16747393 or 8352768. OLE color: 8352768.
HSL color Cylindrical-coordinate representation of color #00747F: hue angle of 185.2º 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 #00747F is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 116 | 127 | - |
| CMYK | 1 | 0.09 | 0 | 0.50 |
| HSL | 185.2º | 1% | 0.25% | - |
| HSV(B) | 185.2º | 1% | 0.5% | - |
| XYZ | 10.08 | 14.02 | 22.25 | - |
| YUV | 82.57 | 153.07 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 127 | 1 | 0.09 | 0 | 0.50 | 185.2 | 1 | 0.25 |
| Hex | 0 | 74 | 7F | 64 | 9 | 0 | 32 | B9 | 64 | 19 |
| Octal | 0 | 164 | 177 | 144 | 11 | 0 | 62 | 271 | 144 | 31 |
| Binary | 0 | 1110100 | 1111111 | 1100100 | 1001 | 0 | 110010 | 10111001 | 1100100 | 11001 |
Color Harmonies of #00747F
Complementary color
Monochromatic Colors of #00747F
Black with #00747F
Text Example
Text Example
White with #00747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00747F; }
p { color: rgb(0,116,127); }
H1.HeaderClassName
{
color: #00747F;
}
.AnyTagClassName
{
color: #00747F;
}
</style>
background-color css
<style>
a { background-color: #00747F; }
a { background-color: rgb(0,116,127); }
div.DivClassName
{
background-color: #00747F;
}
.BgClassName
{
background-color: #00747F;
}
</style>
border-color css
<style>
span { border-color: #00747F; }
span { border-color: rgb(0,116,127); }
td.TdClassName
{
border-color: #00747F;
}
.TagClassName
{
border-color: #00747F;
}
</style>