Shades of Deep Teal #0A3F37
Tints of Deep Teal #0A3F37
RGB
CMYK
RGB Variations
Color information
#0A3F37 (or 0x0A3F37) is known color: Deep Teal. HEX triplet: 0A, 3F and 37. RGB value is (10,63,55). Sum of RGB (Red+Green+Blue) = 10+63+55=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3F37 is #F5C0C8. Grayscale: #2E2E2E. Windows color (decimal): -16105673 or 3620618. OLE color: 3620618.
HSL color Cylindrical-coordinate representation of color #0A3F37: hue angle of 170.94º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3F37 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 63 | 55 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.75 |
| HSL | 170.94º | 0.73% | 0.14% | - |
| HSV(B) | 170.94º | 0.84% | 0.25% | - |
| XYZ | 2.59 | 3.9 | 4.23 | - |
| YUV | 46.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 55 | 0.84 | 0 | 0.13 | 0.75 | 170.94 | 0.73 | 0.14 |
| Hex | A | 3F | 37 | 54 | 0 | D | 4B | AB | 49 | E |
| Octal | 12 | 77 | 67 | 124 | 0 | 15 | 113 | 253 | 111 | 16 |
| Binary | 1010 | 111111 | 110111 | 1010100 | 0 | 1101 | 1001011 | 10101011 | 1001001 | 1110 |
Color Harmonies of #0A3F37
Complementary color
Monochromatic Colors of #0A3F37
Black with #0A3F37
Text Example
Text Example
White with #0A3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3F37; }
p { color: rgb(10,63,55); }
H1.HeaderClassName
{
color: #0A3F37;
}
.AnyTagClassName
{
color: #0A3F37;
}
</style>
background-color css
<style>
a { background-color: #0A3F37; }
a { background-color: rgb(10,63,55); }
div.DivClassName
{
background-color: #0A3F37;
}
.BgClassName
{
background-color: #0A3F37;
}
</style>
border-color css
<style>
span { border-color: #0A3F37; }
span { border-color: rgb(10,63,55); }
td.TdClassName
{
border-color: #0A3F37;
}
.TagClassName
{
border-color: #0A3F37;
}
</style>