Shades of Deep Teal #0F5343
Tints of Deep Teal #0F5343
RGB
CMYK
RGB Variations
Color information
#0F5343 (or 0x0F5343) is known color: Deep Teal. HEX triplet: 0F, 53 and 43. RGB value is (15,83,67). Sum of RGB (Red+Green+Blue) = 15+83+67=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5343 is #F0ACBC. Grayscale: #3C3C3C. Windows color (decimal): -15772861 or 4412175. OLE color: 4412175.
HSL color Cylindrical-coordinate representation of color #0F5343: hue angle of 165.88º degrees, saturation: 0.69, 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 #0F5343 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 67 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.67 |
| HSL | 165.88º | 0.69% | 0.19% | - |
| HSV(B) | 165.88º | 0.82% | 0.33% | - |
| XYZ | 4.3 | 6.69 | 6.38 | - |
| YUV | 60.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 67 | 0.82 | 0 | 0.19 | 0.67 | 165.88 | 0.69 | 0.19 |
| Hex | F | 53 | 43 | 52 | 0 | 13 | 43 | A6 | 45 | 13 |
| Octal | 17 | 123 | 103 | 122 | 0 | 23 | 103 | 246 | 105 | 23 |
| Binary | 1111 | 1010011 | 1000011 | 1010010 | 0 | 10011 | 1000011 | 10100110 | 1000101 | 10011 |
Color Harmonies of #0F5343
Complementary color
Monochromatic Colors of #0F5343
Black with #0F5343
Text Example
Text Example
White with #0F5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5343; }
p { color: rgb(15,83,67); }
H1.HeaderClassName
{
color: #0F5343;
}
.AnyTagClassName
{
color: #0F5343;
}
</style>
background-color css
<style>
a { background-color: #0F5343; }
a { background-color: rgb(15,83,67); }
div.DivClassName
{
background-color: #0F5343;
}
.BgClassName
{
background-color: #0F5343;
}
</style>
border-color css
<style>
span { border-color: #0F5343; }
span { border-color: rgb(15,83,67); }
td.TdClassName
{
border-color: #0F5343;
}
.TagClassName
{
border-color: #0F5343;
}
</style>