Shades of Deep Teal #1A433E
Tints of Deep Teal #1A433E
RGB
CMYK
RGB Variations
Color information
#1A433E (or 0x1A433E) is known color: Deep Teal. HEX triplet: 1A, 43 and 3E. RGB value is (26,67,62). Sum of RGB (Red+Green+Blue) = 26+67+62=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #1A433E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A433E is #E5BCC1. Grayscale: #363636. Windows color (decimal): -15056066 or 4080410. OLE color: 4080410.
HSL color Cylindrical-coordinate representation of color #1A433E: hue angle of 172.68º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A433E is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 62 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.74 |
| HSL | 172.68º | 0.44% | 0.18% | - |
| HSV(B) | 172.68º | 0.61% | 0.26% | - |
| XYZ | 3.3 | 4.58 | 5.27 | - |
| YUV | 54.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 62 | 0.61 | 0 | 0.07 | 0.74 | 172.68 | 0.44 | 0.18 |
| Hex | 1A | 43 | 3E | 3D | 0 | 7 | 4A | AD | 2C | 12 |
| Octal | 32 | 103 | 76 | 75 | 0 | 7 | 112 | 255 | 54 | 22 |
| Binary | 11010 | 1000011 | 111110 | 111101 | 0 | 111 | 1001010 | 10101101 | 101100 | 10010 |
Color Harmonies of #1A433E
Complementary color
Monochromatic Colors of #1A433E
Black with #1A433E
Text Example
Text Example
White with #1A433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A433E; }
p { color: rgb(26,67,62); }
H1.HeaderClassName
{
color: #1A433E;
}
.AnyTagClassName
{
color: #1A433E;
}
</style>
background-color css
<style>
a { background-color: #1A433E; }
a { background-color: rgb(26,67,62); }
div.DivClassName
{
background-color: #1A433E;
}
.BgClassName
{
background-color: #1A433E;
}
</style>
border-color css
<style>
span { border-color: #1A433E; }
span { border-color: rgb(26,67,62); }
td.TdClassName
{
border-color: #1A433E;
}
.TagClassName
{
border-color: #1A433E;
}
</style>