Shades of Deep Teal #0F5443
Tints of Deep Teal #0F5443
RGB
CMYK
RGB Variations
Color information
#0F5443 (or 0x0F5443) is known color: Deep Teal. HEX triplet: 0F, 54 and 43. RGB value is (15,84,67). Sum of RGB (Red+Green+Blue) = 15+84+67=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5443 is #F0ABBC. Grayscale: #3D3D3D. Windows color (decimal): -15772605 or 4412431. OLE color: 4412431.
HSL color Cylindrical-coordinate representation of color #0F5443: hue angle of 165.22º 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 #0F5443 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 67 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.67 |
| HSL | 165.22º | 0.7% | 0.19% | - |
| HSV(B) | 165.22º | 0.82% | 0.33% | - |
| XYZ | 4.38 | 6.85 | 6.4 | - |
| YUV | 61.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 67 | 0.82 | 0 | 0.20 | 0.67 | 165.22 | 0.7 | 0.19 |
| Hex | F | 54 | 43 | 52 | 0 | 14 | 43 | A5 | 46 | 13 |
| Octal | 17 | 124 | 103 | 122 | 0 | 24 | 103 | 245 | 106 | 23 |
| Binary | 1111 | 1010100 | 1000011 | 1010010 | 0 | 10100 | 1000011 | 10100101 | 1000110 | 10011 |
Color Harmonies of #0F5443
Complementary color
Monochromatic Colors of #0F5443
Black with #0F5443
Text Example
Text Example
White with #0F5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5443; }
p { color: rgb(15,84,67); }
H1.HeaderClassName
{
color: #0F5443;
}
.AnyTagClassName
{
color: #0F5443;
}
</style>
background-color css
<style>
a { background-color: #0F5443; }
a { background-color: rgb(15,84,67); }
div.DivClassName
{
background-color: #0F5443;
}
.BgClassName
{
background-color: #0F5443;
}
</style>
border-color css
<style>
span { border-color: #0F5443; }
span { border-color: rgb(15,84,67); }
td.TdClassName
{
border-color: #0F5443;
}
.TagClassName
{
border-color: #0F5443;
}
</style>