Shades of Deep Teal #1A433C
Tints of Deep Teal #1A433C
RGB
CMYK
RGB Variations
Color information
#1A433C (or 0x1A433C) is known color: Deep Teal. HEX triplet: 1A, 43 and 3C. RGB value is (26,67,60). Sum of RGB (Red+Green+Blue) = 26+67+60=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #1A433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A433C is #E5BCC3. Grayscale: #353535. Windows color (decimal): -15056068 or 3949338. OLE color: 3949338.
HSL color Cylindrical-coordinate representation of color #1A433C: hue angle of 169.76º 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 #1A433C is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 60 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.74 |
| HSL | 169.76º | 0.44% | 0.18% | - |
| HSV(B) | 169.76º | 0.61% | 0.26% | - |
| XYZ | 3.25 | 4.56 | 4.98 | - |
| YUV | 53.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 60 | 0.61 | 0 | 0.10 | 0.74 | 169.76 | 0.44 | 0.18 |
| Hex | 1A | 43 | 3C | 3D | 0 | A | 4A | AA | 2C | 12 |
| Octal | 32 | 103 | 74 | 75 | 0 | 12 | 112 | 252 | 54 | 22 |
| Binary | 11010 | 1000011 | 111100 | 111101 | 0 | 1010 | 1001010 | 10101010 | 101100 | 10010 |
Color Harmonies of #1A433C
Complementary color
Monochromatic Colors of #1A433C
Black with #1A433C
Text Example
Text Example
White with #1A433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A433C; }
p { color: rgb(26,67,60); }
H1.HeaderClassName
{
color: #1A433C;
}
.AnyTagClassName
{
color: #1A433C;
}
</style>
background-color css
<style>
a { background-color: #1A433C; }
a { background-color: rgb(26,67,60); }
div.DivClassName
{
background-color: #1A433C;
}
.BgClassName
{
background-color: #1A433C;
}
</style>
border-color css
<style>
span { border-color: #1A433C; }
span { border-color: rgb(26,67,60); }
td.TdClassName
{
border-color: #1A433C;
}
.TagClassName
{
border-color: #1A433C;
}
</style>