Shades of Deep Teal #1A4138
Tints of Deep Teal #1A4138
RGB
CMYK
RGB Variations
Color information
#1A4138 (or 0x1A4138) is known color: Deep Teal. HEX triplet: 1A, 41 and 38. RGB value is (26,65,56). Sum of RGB (Red+Green+Blue) = 26+65+56=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4138 is #E5BEC7. Grayscale: #343434. Windows color (decimal): -15056584 or 3686682. OLE color: 3686682.
HSL color Cylindrical-coordinate representation of color #1A4138: hue angle of 166.15º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A4138 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 56 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.75 |
| HSL | 166.15º | 0.43% | 0.18% | - |
| HSV(B) | 166.15º | 0.6% | 0.25% | - |
| XYZ | 3.03 | 4.29 | 4.41 | - |
| YUV | 52.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 56 | 0.60 | 0 | 0.14 | 0.75 | 166.15 | 0.43 | 0.18 |
| Hex | 1A | 41 | 38 | 3C | 0 | E | 4B | A6 | 2B | 12 |
| Octal | 32 | 101 | 70 | 74 | 0 | 16 | 113 | 246 | 53 | 22 |
| Binary | 11010 | 1000001 | 111000 | 111100 | 0 | 1110 | 1001011 | 10100110 | 101011 | 10010 |
Color Harmonies of #1A4138
Complementary color
Monochromatic Colors of #1A4138
Black with #1A4138
Text Example
Text Example
White with #1A4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4138; }
p { color: rgb(26,65,56); }
H1.HeaderClassName
{
color: #1A4138;
}
.AnyTagClassName
{
color: #1A4138;
}
</style>
background-color css
<style>
a { background-color: #1A4138; }
a { background-color: rgb(26,65,56); }
div.DivClassName
{
background-color: #1A4138;
}
.BgClassName
{
background-color: #1A4138;
}
</style>
border-color css
<style>
span { border-color: #1A4138; }
span { border-color: rgb(26,65,56); }
td.TdClassName
{
border-color: #1A4138;
}
.TagClassName
{
border-color: #1A4138;
}
</style>