Shades of Teal Blue #184E58
Tints of Teal Blue #184E58
RGB
CMYK
RGB Variations
Color information
#184E58 (or 0x184E58) is known color: Teal Blue. HEX triplet: 18, 4E and 58. RGB value is (24,78,88). Sum of RGB (Red+Green+Blue) = 24+78+88=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #184E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E58 is #E7B1A7. Grayscale: #3E3E3E. Windows color (decimal): -15184296 or 5787160. OLE color: 5787160.
HSL color Cylindrical-coordinate representation of color #184E58: hue angle of 189.38º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184E58 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 78 | 88 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.65 |
| HSL | 189.38º | 0.57% | 0.22% | - |
| HSV(B) | 189.38º | 0.73% | 0.35% | - |
| XYZ | 4.86 | 6.35 | 10.2 | - |
| YUV | 62.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 88 | 0.73 | 0.11 | 0 | 0.65 | 189.38 | 0.57 | 0.22 |
| Hex | 18 | 4E | 58 | 49 | B | 0 | 41 | BD | 39 | 16 |
| Octal | 30 | 116 | 130 | 111 | 13 | 0 | 101 | 275 | 71 | 26 |
| Binary | 11000 | 1001110 | 1011000 | 1001001 | 1011 | 0 | 1000001 | 10111101 | 111001 | 10110 |
Color Harmonies of #184E58
Complementary color
Monochromatic Colors of #184E58
Black with #184E58
Text Example
Text Example
White with #184E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E58; }
p { color: rgb(24,78,88); }
H1.HeaderClassName
{
color: #184E58;
}
.AnyTagClassName
{
color: #184E58;
}
</style>
background-color css
<style>
a { background-color: #184E58; }
a { background-color: rgb(24,78,88); }
div.DivClassName
{
background-color: #184E58;
}
.BgClassName
{
background-color: #184E58;
}
</style>
border-color css
<style>
span { border-color: #184E58; }
span { border-color: rgb(24,78,88); }
td.TdClassName
{
border-color: #184E58;
}
.TagClassName
{
border-color: #184E58;
}
</style>