Shades of Deep Teal #0A4138
Tints of Deep Teal #0A4138
RGB
CMYK
RGB Variations
Color information
#0A4138 (or 0x0A4138) is known color: Deep Teal. HEX triplet: 0A, 41 and 38. RGB value is (10,65,56). Sum of RGB (Red+Green+Blue) = 10+65+56=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4138 is #F5BEC7. Grayscale: #2F2F2F. Windows color (decimal): -16105160 or 3686666. OLE color: 3686666.
HSL color Cylindrical-coordinate representation of color #0A4138: hue angle of 170.18º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4138 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 56 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.75 |
| HSL | 170.18º | 0.73% | 0.15% | - |
| HSV(B) | 170.18º | 0.85% | 0.25% | - |
| XYZ | 2.73 | 4.13 | 4.39 | - |
| YUV | 47.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 56 | 0.85 | 0 | 0.14 | 0.75 | 170.18 | 0.73 | 0.15 |
| Hex | A | 41 | 38 | 55 | 0 | E | 4B | AA | 49 | F |
| Octal | 12 | 101 | 70 | 125 | 0 | 16 | 113 | 252 | 111 | 17 |
| Binary | 1010 | 1000001 | 111000 | 1010101 | 0 | 1110 | 1001011 | 10101010 | 1001001 | 1111 |
Color Harmonies of #0A4138
Complementary color
Monochromatic Colors of #0A4138
Black with #0A4138
Text Example
Text Example
White with #0A4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4138; }
p { color: rgb(10,65,56); }
H1.HeaderClassName
{
color: #0A4138;
}
.AnyTagClassName
{
color: #0A4138;
}
</style>
background-color css
<style>
a { background-color: #0A4138; }
a { background-color: rgb(10,65,56); }
div.DivClassName
{
background-color: #0A4138;
}
.BgClassName
{
background-color: #0A4138;
}
</style>
border-color css
<style>
span { border-color: #0A4138; }
span { border-color: rgb(10,65,56); }
td.TdClassName
{
border-color: #0A4138;
}
.TagClassName
{
border-color: #0A4138;
}
</style>