Shades of Teal Blue #184D53
Tints of Teal Blue #184D53
RGB
CMYK
RGB Variations
Color information
#184D53 (or 0x184D53) is known color: Teal Blue. HEX triplet: 18, 4D and 53. RGB value is (24,77,83). Sum of RGB (Red+Green+Blue) = 24+77+83=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #184D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D53 is #E7B2AC. Grayscale: #3D3D3D. Windows color (decimal): -15184557 or 5459224. OLE color: 5459224.
HSL color Cylindrical-coordinate representation of color #184D53: hue angle of 186.1º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184D53 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 77 | 83 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.67 |
| HSL | 186.1º | 0.55% | 0.21% | - |
| HSV(B) | 186.1º | 0.71% | 0.33% | - |
| XYZ | 4.59 | 6.13 | 9.12 | - |
| YUV | 61.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 83 | 0.71 | 0.07 | 0 | 0.67 | 186.1 | 0.55 | 0.21 |
| Hex | 18 | 4D | 53 | 47 | 7 | 0 | 43 | BA | 37 | 15 |
| Octal | 30 | 115 | 123 | 107 | 7 | 0 | 103 | 272 | 67 | 25 |
| Binary | 11000 | 1001101 | 1010011 | 1000111 | 111 | 0 | 1000011 | 10111010 | 110111 | 10101 |
Color Harmonies of #184D53
Complementary color
Monochromatic Colors of #184D53
Black with #184D53
Text Example
Text Example
White with #184D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D53; }
p { color: rgb(24,77,83); }
H1.HeaderClassName
{
color: #184D53;
}
.AnyTagClassName
{
color: #184D53;
}
</style>
background-color css
<style>
a { background-color: #184D53; }
a { background-color: rgb(24,77,83); }
div.DivClassName
{
background-color: #184D53;
}
.BgClassName
{
background-color: #184D53;
}
</style>
border-color css
<style>
span { border-color: #184D53; }
span { border-color: rgb(24,77,83); }
td.TdClassName
{
border-color: #184D53;
}
.TagClassName
{
border-color: #184D53;
}
</style>