Shades of Teal #0F7582
Tints of Teal #0F7582
RGB
CMYK
RGB Variations
Color information
#0F7582 (or 0x0F7582) is known color: Teal. HEX triplet: 0F, 75 and 82. RGB value is (15,117,130). Sum of RGB (Red+Green+Blue) = 15+117+130=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F7582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7582 is #F08A7D. Grayscale: #575757. Windows color (decimal): -15764094 or 8549647. OLE color: 8549647.
HSL color Cylindrical-coordinate representation of color #0F7582: hue angle of 186.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7582 is Cyan = 0.88, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 117 | 130 | - |
| CMYK | 0.88 | 0.1 | 0 | 0.49 |
| HSL | 186.78º | 0.79% | 0.28% | - |
| HSV(B) | 186.78º | 0.88% | 0.51% | - |
| XYZ | 10.59 | 14.44 | 23.35 | - |
| YUV | 87.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 117 | 130 | 0.88 | 0.1 | 0 | 0.49 | 186.78 | 0.79 | 0.28 |
| Hex | F | 75 | 82 | 58 | A | 0 | 31 | BB | 4F | 1C |
| Octal | 17 | 165 | 202 | 130 | 12 | 0 | 61 | 273 | 117 | 34 |
| Binary | 1111 | 1110101 | 10000010 | 1011000 | 1010 | 0 | 110001 | 10111011 | 1001111 | 11100 |
Color Harmonies of #0F7582
Complementary color
Monochromatic Colors of #0F7582
Black with #0F7582
Text Example
Text Example
White with #0F7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7582; }
p { color: rgb(15,117,130); }
H1.HeaderClassName
{
color: #0F7582;
}
.AnyTagClassName
{
color: #0F7582;
}
</style>
background-color css
<style>
a { background-color: #0F7582; }
a { background-color: rgb(15,117,130); }
div.DivClassName
{
background-color: #0F7582;
}
.BgClassName
{
background-color: #0F7582;
}
</style>
border-color css
<style>
span { border-color: #0F7582; }
span { border-color: rgb(15,117,130); }
td.TdClassName
{
border-color: #0F7582;
}
.TagClassName
{
border-color: #0F7582;
}
</style>