Shades of Teal #0F857D
Tints of Teal #0F857D
RGB
CMYK
RGB Variations
Color information
#0F857D (or 0x0F857D) is known color: Teal. HEX triplet: 0F, 85 and 7D. RGB value is (15,133,125). Sum of RGB (Red+Green+Blue) = 15+133+125=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #0F857D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F857D is #F07A82. Grayscale: #606060. Windows color (decimal): -15760003 or 8226063. OLE color: 8226063.
HSL color Cylindrical-coordinate representation of color #0F857D: hue angle of 175.93º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F857D is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 133 | 125 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.48 |
| HSL | 175.93º | 0.8% | 0.29% | - |
| HSV(B) | 175.93º | 0.89% | 0.52% | - |
| XYZ | 12.29 | 18.36 | 22.3 | - |
| YUV | 96.81 | 143.91 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 125 | 0.89 | 0 | 0.06 | 0.48 | 175.93 | 0.8 | 0.29 |
| Hex | F | 85 | 7D | 59 | 0 | 6 | 30 | B0 | 50 | 1D |
| Octal | 17 | 205 | 175 | 131 | 0 | 6 | 60 | 260 | 120 | 35 |
| Binary | 1111 | 10000101 | 1111101 | 1011001 | 0 | 110 | 110000 | 10110000 | 1010000 | 11101 |
Color Harmonies of #0F857D
Complementary color
Monochromatic Colors of #0F857D
Black with #0F857D
Text Example
Text Example
White with #0F857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F857D; }
p { color: rgb(15,133,125); }
H1.HeaderClassName
{
color: #0F857D;
}
.AnyTagClassName
{
color: #0F857D;
}
</style>
background-color css
<style>
a { background-color: #0F857D; }
a { background-color: rgb(15,133,125); }
div.DivClassName
{
background-color: #0F857D;
}
.BgClassName
{
background-color: #0F857D;
}
</style>
border-color css
<style>
span { border-color: #0F857D; }
span { border-color: rgb(15,133,125); }
td.TdClassName
{
border-color: #0F857D;
}
.TagClassName
{
border-color: #0F857D;
}
</style>