Shades of Deep Teal #1A433B
Tints of Deep Teal #1A433B
RGB
CMYK
RGB Variations
Color information
#1A433B (or 0x1A433B) is known color: Deep Teal. HEX triplet: 1A, 43 and 3B. RGB value is (26,67,59). Sum of RGB (Red+Green+Blue) = 26+67+59=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #1A433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A433B is #E5BCC4. Grayscale: #353535. Windows color (decimal): -15056069 or 3883802. OLE color: 3883802.
HSL color Cylindrical-coordinate representation of color #1A433B: hue angle of 168.29º 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 #1A433B is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 59 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.74 |
| HSL | 168.29º | 0.44% | 0.18% | - |
| HSV(B) | 168.29º | 0.61% | 0.26% | - |
| XYZ | 3.22 | 4.55 | 4.85 | - |
| YUV | 53.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 59 | 0.61 | 0 | 0.12 | 0.74 | 168.29 | 0.44 | 0.18 |
| Hex | 1A | 43 | 3B | 3D | 0 | C | 4A | A8 | 2C | 12 |
| Octal | 32 | 103 | 73 | 75 | 0 | 14 | 112 | 250 | 54 | 22 |
| Binary | 11010 | 1000011 | 111011 | 111101 | 0 | 1100 | 1001010 | 10101000 | 101100 | 10010 |
Color Harmonies of #1A433B
Complementary color
Monochromatic Colors of #1A433B
Black with #1A433B
Text Example
Text Example
White with #1A433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A433B; }
p { color: rgb(26,67,59); }
H1.HeaderClassName
{
color: #1A433B;
}
.AnyTagClassName
{
color: #1A433B;
}
</style>
background-color css
<style>
a { background-color: #1A433B; }
a { background-color: rgb(26,67,59); }
div.DivClassName
{
background-color: #1A433B;
}
.BgClassName
{
background-color: #1A433B;
}
</style>
border-color css
<style>
span { border-color: #1A433B; }
span { border-color: rgb(26,67,59); }
td.TdClassName
{
border-color: #1A433B;
}
.TagClassName
{
border-color: #1A433B;
}
</style>