Shades of Teal Blue #1E4D58
Tints of Teal Blue #1E4D58
RGB
CMYK
RGB Variations
Color information
#1E4D58 (or 0x1E4D58) is known color: Teal Blue. HEX triplet: 1E, 4D and 58. RGB value is (30,77,88). Sum of RGB (Red+Green+Blue) = 30+77+88=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E4D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4D58 is #E1B2A7. Grayscale: #404040. Windows color (decimal): -14791336 or 5786910. OLE color: 5786910.
HSL color Cylindrical-coordinate representation of color #1E4D58: hue angle of 191.38º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E4D58 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 77 | 88 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.65 |
| HSL | 191.38º | 0.49% | 0.23% | - |
| HSV(B) | 191.38º | 0.66% | 0.35% | - |
| XYZ | 4.95 | 6.29 | 10.19 | - |
| YUV | 64.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 88 | 0.66 | 0.12 | 0 | 0.65 | 191.38 | 0.49 | 0.23 |
| Hex | 1E | 4D | 58 | 42 | C | 0 | 41 | BF | 31 | 17 |
| Octal | 36 | 115 | 130 | 102 | 14 | 0 | 101 | 277 | 61 | 27 |
| Binary | 11110 | 1001101 | 1011000 | 1000010 | 1100 | 0 | 1000001 | 10111111 | 110001 | 10111 |
Color Harmonies of #1E4D58
Complementary color
Monochromatic Colors of #1E4D58
Black with #1E4D58
Text Example
Text Example
White with #1E4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D58; }
p { color: rgb(30,77,88); }
H1.HeaderClassName
{
color: #1E4D58;
}
.AnyTagClassName
{
color: #1E4D58;
}
</style>
background-color css
<style>
a { background-color: #1E4D58; }
a { background-color: rgb(30,77,88); }
div.DivClassName
{
background-color: #1E4D58;
}
.BgClassName
{
background-color: #1E4D58;
}
</style>
border-color css
<style>
span { border-color: #1E4D58; }
span { border-color: rgb(30,77,88); }
td.TdClassName
{
border-color: #1E4D58;
}
.TagClassName
{
border-color: #1E4D58;
}
</style>