Shades of Deep Teal #0F362F
Tints of Deep Teal #0F362F
RGB
CMYK
RGB Variations
Color information
#0F362F (or 0x0F362F) is known color: Deep Teal. HEX triplet: 0F, 36 and 2F. RGB value is (15,54,47). Sum of RGB (Red+Green+Blue) = 15+54+47=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #0F362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F362F is #F0C9D0. Grayscale: #292929. Windows color (decimal): -15780305 or 3094031. OLE color: 3094031.
HSL color Cylindrical-coordinate representation of color #0F362F: hue angle of 169.23º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F362F is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 54 | 47 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.79 |
| HSL | 169.23º | 0.57% | 0.14% | - |
| HSV(B) | 169.23º | 0.72% | 0.21% | - |
| XYZ | 2.03 | 2.95 | 3.15 | - |
| YUV | 41.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 47 | 0.72 | 0 | 0.13 | 0.79 | 169.23 | 0.57 | 0.14 |
| Hex | F | 36 | 2F | 48 | 0 | D | 4F | A9 | 39 | E |
| Octal | 17 | 66 | 57 | 110 | 0 | 15 | 117 | 251 | 71 | 16 |
| Binary | 1111 | 110110 | 101111 | 1001000 | 0 | 1101 | 1001111 | 10101001 | 111001 | 1110 |
Color Harmonies of #0F362F
Complementary color
Monochromatic Colors of #0F362F
Black with #0F362F
Text Example
Text Example
White with #0F362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F362F; }
p { color: rgb(15,54,47); }
H1.HeaderClassName
{
color: #0F362F;
}
.AnyTagClassName
{
color: #0F362F;
}
</style>
background-color css
<style>
a { background-color: #0F362F; }
a { background-color: rgb(15,54,47); }
div.DivClassName
{
background-color: #0F362F;
}
.BgClassName
{
background-color: #0F362F;
}
</style>
border-color css
<style>
span { border-color: #0F362F; }
span { border-color: rgb(15,54,47); }
td.TdClassName
{
border-color: #0F362F;
}
.TagClassName
{
border-color: #0F362F;
}
</style>