Shades of Teal #0F817C
Tints of Teal #0F817C
RGB
CMYK
RGB Variations
Color information
#0F817C (or 0x0F817C) is known color: Teal. HEX triplet: 0F, 81 and 7C. RGB value is (15,129,124). Sum of RGB (Red+Green+Blue) = 15+129+124=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #0F817C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F817C is #F07E83. Grayscale: #5E5E5E. Windows color (decimal): -15761028 or 8159503. OLE color: 8159503.
HSL color Cylindrical-coordinate representation of color #0F817C: hue angle of 177.37º 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 #0F817C is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 129 | 124 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.49 |
| HSL | 177.37º | 0.79% | 0.28% | - |
| HSV(B) | 177.37º | 0.88% | 0.51% | - |
| XYZ | 11.69 | 17.26 | 21.78 | - |
| YUV | 94.34 | 144.73 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 124 | 0.88 | 0 | 0.04 | 0.49 | 177.37 | 0.79 | 0.28 |
| Hex | F | 81 | 7C | 58 | 0 | 4 | 31 | B1 | 4F | 1C |
| Octal | 17 | 201 | 174 | 130 | 0 | 4 | 61 | 261 | 117 | 34 |
| Binary | 1111 | 10000001 | 1111100 | 1011000 | 0 | 100 | 110001 | 10110001 | 1001111 | 11100 |
Color Harmonies of #0F817C
Complementary color
Monochromatic Colors of #0F817C
Black with #0F817C
Text Example
Text Example
White with #0F817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F817C; }
p { color: rgb(15,129,124); }
H1.HeaderClassName
{
color: #0F817C;
}
.AnyTagClassName
{
color: #0F817C;
}
</style>
background-color css
<style>
a { background-color: #0F817C; }
a { background-color: rgb(15,129,124); }
div.DivClassName
{
background-color: #0F817C;
}
.BgClassName
{
background-color: #0F817C;
}
</style>
border-color css
<style>
span { border-color: #0F817C; }
span { border-color: rgb(15,129,124); }
td.TdClassName
{
border-color: #0F817C;
}
.TagClassName
{
border-color: #0F817C;
}
</style>