Shades of Teal Blue #1D535A
Tints of Teal Blue #1D535A
RGB
CMYK
RGB Variations
Color information
#1D535A (or 0x1D535A) is known color: Teal Blue. HEX triplet: 1D, 53 and 5A. RGB value is (29,83,90). Sum of RGB (Red+Green+Blue) = 29+83+90=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D535A is #E2ACA5. Grayscale: #434343. Windows color (decimal): -14855334 or 5919517. OLE color: 5919517.
HSL color Cylindrical-coordinate representation of color #1D535A: hue angle of 186.89º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D535A is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 83 | 90 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.65 |
| HSL | 186.89º | 0.51% | 0.23% | - |
| HSV(B) | 186.89º | 0.68% | 0.35% | - |
| XYZ | 5.45 | 7.19 | 10.77 | - |
| YUV | 67.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 90 | 0.68 | 0.08 | 0 | 0.65 | 186.89 | 0.51 | 0.23 |
| Hex | 1D | 53 | 5A | 44 | 8 | 0 | 41 | BB | 33 | 17 |
| Octal | 35 | 123 | 132 | 104 | 10 | 0 | 101 | 273 | 63 | 27 |
| Binary | 11101 | 1010011 | 1011010 | 1000100 | 1000 | 0 | 1000001 | 10111011 | 110011 | 10111 |
Color Harmonies of #1D535A
Complementary color
Monochromatic Colors of #1D535A
Black with #1D535A
Text Example
Text Example
White with #1D535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D535A; }
p { color: rgb(29,83,90); }
H1.HeaderClassName
{
color: #1D535A;
}
.AnyTagClassName
{
color: #1D535A;
}
</style>
background-color css
<style>
a { background-color: #1D535A; }
a { background-color: rgb(29,83,90); }
div.DivClassName
{
background-color: #1D535A;
}
.BgClassName
{
background-color: #1D535A;
}
</style>
border-color css
<style>
span { border-color: #1D535A; }
span { border-color: rgb(29,83,90); }
td.TdClassName
{
border-color: #1D535A;
}
.TagClassName
{
border-color: #1D535A;
}
</style>