Shades of Deep Teal #0F503D
Tints of Deep Teal #0F503D
RGB
CMYK
RGB Variations
Color information
#0F503D (or 0x0F503D) is known color: Deep Teal. HEX triplet: 0F, 50 and 3D. RGB value is (15,80,61). Sum of RGB (Red+Green+Blue) = 15+80+61=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #0F503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F503D is #F0AFC2. Grayscale: #3A3A3A. Windows color (decimal): -15773635 or 4018191. OLE color: 4018191.
HSL color Cylindrical-coordinate representation of color #0F503D: hue angle of 162.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F503D is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 80 | 61 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.69 |
| HSL | 162.46º | 0.68% | 0.19% | - |
| HSV(B) | 162.46º | 0.81% | 0.31% | - |
| XYZ | 3.91 | 6.18 | 5.4 | - |
| YUV | 58.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 61 | 0.81 | 0 | 0.24 | 0.69 | 162.46 | 0.68 | 0.19 |
| Hex | F | 50 | 3D | 51 | 0 | 18 | 45 | A2 | 44 | 13 |
| Octal | 17 | 120 | 75 | 121 | 0 | 30 | 105 | 242 | 104 | 23 |
| Binary | 1111 | 1010000 | 111101 | 1010001 | 0 | 11000 | 1000101 | 10100010 | 1000100 | 10011 |
Color Harmonies of #0F503D
Complementary color
Monochromatic Colors of #0F503D
Black with #0F503D
Text Example
Text Example
White with #0F503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F503D; }
p { color: rgb(15,80,61); }
H1.HeaderClassName
{
color: #0F503D;
}
.AnyTagClassName
{
color: #0F503D;
}
</style>
background-color css
<style>
a { background-color: #0F503D; }
a { background-color: rgb(15,80,61); }
div.DivClassName
{
background-color: #0F503D;
}
.BgClassName
{
background-color: #0F503D;
}
</style>
border-color css
<style>
span { border-color: #0F503D; }
span { border-color: rgb(15,80,61); }
td.TdClassName
{
border-color: #0F503D;
}
.TagClassName
{
border-color: #0F503D;
}
</style>