Shades of Deep Teal #1A4B3D
Tints of Deep Teal #1A4B3D
RGB
CMYK
RGB Variations
Color information
#1A4B3D (or 0x1A4B3D) is known color: Deep Teal. HEX triplet: 1A, 4B and 3D. RGB value is (26,75,61). Sum of RGB (Red+Green+Blue) = 26+75+61=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4B3D is #E5B4C2. Grayscale: #3A3A3A. Windows color (decimal): -15054019 or 4016922. OLE color: 4016922.
HSL color Cylindrical-coordinate representation of color #1A4B3D: hue angle of 162.86º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A4B3D is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 75 | 61 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.71 |
| HSL | 162.86º | 0.49% | 0.2% | - |
| HSV(B) | 162.86º | 0.65% | 0.29% | - |
| XYZ | 3.78 | 5.59 | 5.29 | - |
| YUV | 58.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 61 | 0.65 | 0 | 0.19 | 0.71 | 162.86 | 0.49 | 0.2 |
| Hex | 1A | 4B | 3D | 41 | 0 | 13 | 47 | A3 | 31 | 14 |
| Octal | 32 | 113 | 75 | 101 | 0 | 23 | 107 | 243 | 61 | 24 |
| Binary | 11010 | 1001011 | 111101 | 1000001 | 0 | 10011 | 1000111 | 10100011 | 110001 | 10100 |
Color Harmonies of #1A4B3D
Complementary color
Monochromatic Colors of #1A4B3D
Black with #1A4B3D
Text Example
Text Example
White with #1A4B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4B3D; }
p { color: rgb(26,75,61); }
H1.HeaderClassName
{
color: #1A4B3D;
}
.AnyTagClassName
{
color: #1A4B3D;
}
</style>
background-color css
<style>
a { background-color: #1A4B3D; }
a { background-color: rgb(26,75,61); }
div.DivClassName
{
background-color: #1A4B3D;
}
.BgClassName
{
background-color: #1A4B3D;
}
</style>
border-color css
<style>
span { border-color: #1A4B3D; }
span { border-color: rgb(26,75,61); }
td.TdClassName
{
border-color: #1A4B3D;
}
.TagClassName
{
border-color: #1A4B3D;
}
</style>