Shades of Deep Teal #0F4E3D
Tints of Deep Teal #0F4E3D
RGB
CMYK
RGB Variations
Color information
#0F4E3D (or 0x0F4E3D) is known color: Deep Teal. HEX triplet: 0F, 4E and 3D. RGB value is (15,78,61). Sum of RGB (Red+Green+Blue) = 15+78+61=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #0F4E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4E3D is #F0B1C2. Grayscale: #393939. Windows color (decimal): -15774147 or 4017679. OLE color: 4017679.
HSL color Cylindrical-coordinate representation of color #0F4E3D: hue angle of 163.81º 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 #0F4E3D is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 78 | 61 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.69 |
| HSL | 163.81º | 0.68% | 0.18% | - |
| HSV(B) | 163.81º | 0.81% | 0.31% | - |
| XYZ | 3.76 | 5.89 | 5.35 | - |
| YUV | 57.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 61 | 0.81 | 0 | 0.22 | 0.69 | 163.81 | 0.68 | 0.18 |
| Hex | F | 4E | 3D | 51 | 0 | 16 | 45 | A4 | 44 | 12 |
| Octal | 17 | 116 | 75 | 121 | 0 | 26 | 105 | 244 | 104 | 22 |
| Binary | 1111 | 1001110 | 111101 | 1010001 | 0 | 10110 | 1000101 | 10100100 | 1000100 | 10010 |
Color Harmonies of #0F4E3D
Complementary color
Monochromatic Colors of #0F4E3D
Black with #0F4E3D
Text Example
Text Example
White with #0F4E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4E3D; }
p { color: rgb(15,78,61); }
H1.HeaderClassName
{
color: #0F4E3D;
}
.AnyTagClassName
{
color: #0F4E3D;
}
</style>
background-color css
<style>
a { background-color: #0F4E3D; }
a { background-color: rgb(15,78,61); }
div.DivClassName
{
background-color: #0F4E3D;
}
.BgClassName
{
background-color: #0F4E3D;
}
</style>
border-color css
<style>
span { border-color: #0F4E3D; }
span { border-color: rgb(15,78,61); }
td.TdClassName
{
border-color: #0F4E3D;
}
.TagClassName
{
border-color: #0F4E3D;
}
</style>