Shades of Teal #007581
Tints of Teal #007581
RGB
CMYK
RGB Variations
Color information
#007581 (or 0x007581) is known color: Teal. HEX triplet: 00, 75 and 81. RGB value is (0,117,129). Sum of RGB (Red+Green+Blue) = 0+117+129=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #007581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007581 is #FF8A7E. Grayscale: #535353. Windows color (decimal): -16747135 or 8484096. OLE color: 8484096.
HSL color Cylindrical-coordinate representation of color #007581: hue angle of 185.58º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007581 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 117 | 129 | - |
| CMYK | 1 | 0.09 | 0 | 0.49 |
| HSL | 185.58º | 1% | 0.25% | - |
| HSV(B) | 185.58º | 1% | 0.51% | - |
| XYZ | 10.32 | 14.31 | 22.99 | - |
| YUV | 83.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 129 | 1 | 0.09 | 0 | 0.49 | 185.58 | 1 | 0.25 |
| Hex | 0 | 75 | 81 | 64 | 9 | 0 | 31 | BA | 64 | 19 |
| Octal | 0 | 165 | 201 | 144 | 11 | 0 | 61 | 272 | 144 | 31 |
| Binary | 0 | 1110101 | 10000001 | 1100100 | 1001 | 0 | 110001 | 10111010 | 1100100 | 11001 |
Color Harmonies of #007581
Complementary color
Monochromatic Colors of #007581
Black with #007581
Text Example
Text Example
White with #007581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007581; }
p { color: rgb(0,117,129); }
H1.HeaderClassName
{
color: #007581;
}
.AnyTagClassName
{
color: #007581;
}
</style>
background-color css
<style>
a { background-color: #007581; }
a { background-color: rgb(0,117,129); }
div.DivClassName
{
background-color: #007581;
}
.BgClassName
{
background-color: #007581;
}
</style>
border-color css
<style>
span { border-color: #007581; }
span { border-color: rgb(0,117,129); }
td.TdClassName
{
border-color: #007581;
}
.TagClassName
{
border-color: #007581;
}
</style>