Shades of Deep Teal #0F5445
Tints of Deep Teal #0F5445
RGB
CMYK
RGB Variations
Color information
#0F5445 (or 0x0F5445) is known color: Deep Teal. HEX triplet: 0F, 54 and 45. RGB value is (15,84,69). Sum of RGB (Red+Green+Blue) = 15+84+69=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5445 is #F0ABBA. Grayscale: #3D3D3D. Windows color (decimal): -15772603 or 4543503. OLE color: 4543503.
HSL color Cylindrical-coordinate representation of color #0F5445: hue angle of 166.96º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5445 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 69 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.67 |
| HSL | 166.96º | 0.7% | 0.19% | - |
| HSV(B) | 166.96º | 0.82% | 0.33% | - |
| XYZ | 4.44 | 6.87 | 6.72 | - |
| YUV | 61.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 69 | 0.82 | 0 | 0.18 | 0.67 | 166.96 | 0.7 | 0.19 |
| Hex | F | 54 | 45 | 52 | 0 | 12 | 43 | A7 | 46 | 13 |
| Octal | 17 | 124 | 105 | 122 | 0 | 22 | 103 | 247 | 106 | 23 |
| Binary | 1111 | 1010100 | 1000101 | 1010010 | 0 | 10010 | 1000011 | 10100111 | 1000110 | 10011 |
Color Harmonies of #0F5445
Complementary color
Monochromatic Colors of #0F5445
Black with #0F5445
Text Example
Text Example
White with #0F5445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5445; }
p { color: rgb(15,84,69); }
H1.HeaderClassName
{
color: #0F5445;
}
.AnyTagClassName
{
color: #0F5445;
}
</style>
background-color css
<style>
a { background-color: #0F5445; }
a { background-color: rgb(15,84,69); }
div.DivClassName
{
background-color: #0F5445;
}
.BgClassName
{
background-color: #0F5445;
}
</style>
border-color css
<style>
span { border-color: #0F5445; }
span { border-color: rgb(15,84,69); }
td.TdClassName
{
border-color: #0F5445;
}
.TagClassName
{
border-color: #0F5445;
}
</style>