Shades of Deep Teal #0F4F3D
Tints of Deep Teal #0F4F3D
RGB
CMYK
RGB Variations
Color information
#0F4F3D (or 0x0F4F3D) is known color: Deep Teal. HEX triplet: 0F, 4F and 3D. RGB value is (15,79,61). Sum of RGB (Red+Green+Blue) = 15+79+61=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F3D is #F0B0C2. Grayscale: #393939. Windows color (decimal): -15773891 or 4017935. OLE color: 4017935.
HSL color Cylindrical-coordinate representation of color #0F4F3D: hue angle of 163.12º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4F3D is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 79 | 61 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.69 |
| HSL | 163.13º | 0.68% | 0.18% | - |
| HSV(B) | 163.13º | 0.81% | 0.31% | - |
| XYZ | 3.84 | 6.03 | 5.38 | - |
| YUV | 57.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 79 | 61 | 0.81 | 0 | 0.23 | 0.69 | 163.13 | 0.68 | 0.18 |
| Hex | F | 4F | 3D | 51 | 0 | 17 | 45 | A3 | 44 | 12 |
| Octal | 17 | 117 | 75 | 121 | 0 | 27 | 105 | 243 | 104 | 22 |
| Binary | 1111 | 1001111 | 111101 | 1010001 | 0 | 10111 | 1000101 | 10100011 | 1000100 | 10010 |
Color Harmonies of #0F4F3D
Complementary color
Monochromatic Colors of #0F4F3D
Black with #0F4F3D
Text Example
Text Example
White with #0F4F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4F3D; }
p { color: rgb(15,79,61); }
H1.HeaderClassName
{
color: #0F4F3D;
}
.AnyTagClassName
{
color: #0F4F3D;
}
</style>
background-color css
<style>
a { background-color: #0F4F3D; }
a { background-color: rgb(15,79,61); }
div.DivClassName
{
background-color: #0F4F3D;
}
.BgClassName
{
background-color: #0F4F3D;
}
</style>
border-color css
<style>
span { border-color: #0F4F3D; }
span { border-color: rgb(15,79,61); }
td.TdClassName
{
border-color: #0F4F3D;
}
.TagClassName
{
border-color: #0F4F3D;
}
</style>