Shades of Teal Blue #1D4754
Tints of Teal Blue #1D4754
RGB
CMYK
RGB Variations
Color information
#1D4754 (or 0x1D4754) is known color: Teal Blue. HEX triplet: 1D, 47 and 54. RGB value is (29,71,84). Sum of RGB (Red+Green+Blue) = 29+71+84=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #1D4754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4754 is #E2B8AB. Grayscale: #3B3B3B. Windows color (decimal): -14858412 or 5523229. OLE color: 5523229.
HSL color Cylindrical-coordinate representation of color #1D4754: hue angle of 194.18º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D4754 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 71 | 84 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.67 |
| HSL | 194.18º | 0.49% | 0.22% | - |
| HSV(B) | 194.18º | 0.65% | 0.33% | - |
| XYZ | 4.36 | 5.41 | 9.2 | - |
| YUV | 59.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 84 | 0.65 | 0.15 | 0 | 0.67 | 194.18 | 0.49 | 0.22 |
| Hex | 1D | 47 | 54 | 41 | F | 0 | 43 | C2 | 31 | 16 |
| Octal | 35 | 107 | 124 | 101 | 17 | 0 | 103 | 302 | 61 | 26 |
| Binary | 11101 | 1000111 | 1010100 | 1000001 | 1111 | 0 | 1000011 | 11000010 | 110001 | 10110 |
Color Harmonies of #1D4754
Complementary color
Monochromatic Colors of #1D4754
Black with #1D4754
Text Example
Text Example
White with #1D4754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4754; }
p { color: rgb(29,71,84); }
H1.HeaderClassName
{
color: #1D4754;
}
.AnyTagClassName
{
color: #1D4754;
}
</style>
background-color css
<style>
a { background-color: #1D4754; }
a { background-color: rgb(29,71,84); }
div.DivClassName
{
background-color: #1D4754;
}
.BgClassName
{
background-color: #1D4754;
}
</style>
border-color css
<style>
span { border-color: #1D4754; }
span { border-color: rgb(29,71,84); }
td.TdClassName
{
border-color: #1D4754;
}
.TagClassName
{
border-color: #1D4754;
}
</style>