Shades of Deep Teal #0F4B3C
Tints of Deep Teal #0F4B3C
RGB
CMYK
RGB Variations
Color information
#0F4B3C (or 0x0F4B3C) is known color: Deep Teal. HEX triplet: 0F, 4B and 3C. RGB value is (15,75,60). Sum of RGB (Red+Green+Blue) = 15+75+60=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4B3C is #F0B4C3. Grayscale: #373737. Windows color (decimal): -15774916 or 3951375. OLE color: 3951375.
HSL color Cylindrical-coordinate representation of color #0F4B3C: hue angle of 165º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B3C is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 75 | 60 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.71 |
| HSL | 165º | 0.67% | 0.18% | - |
| HSV(B) | 165º | 0.8% | 0.29% | - |
| XYZ | 3.53 | 5.46 | 5.14 | - |
| YUV | 55.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 60 | 0.80 | 0 | 0.20 | 0.71 | 165 | 0.67 | 0.18 |
| Hex | F | 4B | 3C | 50 | 0 | 14 | 47 | A5 | 43 | 12 |
| Octal | 17 | 113 | 74 | 120 | 0 | 24 | 107 | 245 | 103 | 22 |
| Binary | 1111 | 1001011 | 111100 | 1010000 | 0 | 10100 | 1000111 | 10100101 | 1000011 | 10010 |
Color Harmonies of #0F4B3C
Complementary color
Monochromatic Colors of #0F4B3C
Black with #0F4B3C
Text Example
Text Example
White with #0F4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B3C; }
p { color: rgb(15,75,60); }
H1.HeaderClassName
{
color: #0F4B3C;
}
.AnyTagClassName
{
color: #0F4B3C;
}
</style>
background-color css
<style>
a { background-color: #0F4B3C; }
a { background-color: rgb(15,75,60); }
div.DivClassName
{
background-color: #0F4B3C;
}
.BgClassName
{
background-color: #0F4B3C;
}
</style>
border-color css
<style>
span { border-color: #0F4B3C; }
span { border-color: rgb(15,75,60); }
td.TdClassName
{
border-color: #0F4B3C;
}
.TagClassName
{
border-color: #0F4B3C;
}
</style>