Shades of Teal Blue #184E55
Tints of Teal Blue #184E55
RGB
CMYK
RGB Variations
Color information
#184E55 (or 0x184E55) is known color: Teal Blue. HEX triplet: 18, 4E and 55. RGB value is (24,78,85). Sum of RGB (Red+Green+Blue) = 24+78+85=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #184E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E55 is #E7B1AA. Grayscale: #3E3E3E. Windows color (decimal): -15184299 or 5590552. OLE color: 5590552.
HSL color Cylindrical-coordinate representation of color #184E55: hue angle of 186.89º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184E55 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 78 | 85 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.67 |
| HSL | 186.89º | 0.56% | 0.21% | - |
| HSV(B) | 186.89º | 0.72% | 0.33% | - |
| XYZ | 4.74 | 6.3 | 9.56 | - |
| YUV | 62.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 85 | 0.72 | 0.08 | 0 | 0.67 | 186.89 | 0.56 | 0.21 |
| Hex | 18 | 4E | 55 | 48 | 8 | 0 | 43 | BB | 38 | 15 |
| Octal | 30 | 116 | 125 | 110 | 10 | 0 | 103 | 273 | 70 | 25 |
| Binary | 11000 | 1001110 | 1010101 | 1001000 | 1000 | 0 | 1000011 | 10111011 | 111000 | 10101 |
Color Harmonies of #184E55
Complementary color
Monochromatic Colors of #184E55
Black with #184E55
Text Example
Text Example
White with #184E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E55; }
p { color: rgb(24,78,85); }
H1.HeaderClassName
{
color: #184E55;
}
.AnyTagClassName
{
color: #184E55;
}
</style>
background-color css
<style>
a { background-color: #184E55; }
a { background-color: rgb(24,78,85); }
div.DivClassName
{
background-color: #184E55;
}
.BgClassName
{
background-color: #184E55;
}
</style>
border-color css
<style>
span { border-color: #184E55; }
span { border-color: rgb(24,78,85); }
td.TdClassName
{
border-color: #184E55;
}
.TagClassName
{
border-color: #184E55;
}
</style>