Shades of Teal Blue #184751
Tints of Teal Blue #184751
RGB
CMYK
RGB Variations
Color information
#184751 (or 0x184751) is known color: Teal Blue. HEX triplet: 18, 47 and 51. RGB value is (24,71,81). Sum of RGB (Red+Green+Blue) = 24+71+81=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #184751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184751 is #E7B8AE. Grayscale: #3A3A3A. Windows color (decimal): -15186095 or 5326616. OLE color: 5326616.
HSL color Cylindrical-coordinate representation of color #184751: hue angle of 190.53º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184751 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 71 | 81 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.68 |
| HSL | 190.53º | 0.54% | 0.21% | - |
| HSV(B) | 190.53º | 0.7% | 0.32% | - |
| XYZ | 4.12 | 5.29 | 8.59 | - |
| YUV | 58.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 81 | 0.70 | 0.12 | 0 | 0.68 | 190.53 | 0.54 | 0.21 |
| Hex | 18 | 47 | 51 | 46 | C | 0 | 44 | BF | 36 | 15 |
| Octal | 30 | 107 | 121 | 106 | 14 | 0 | 104 | 277 | 66 | 25 |
| Binary | 11000 | 1000111 | 1010001 | 1000110 | 1100 | 0 | 1000100 | 10111111 | 110110 | 10101 |
Color Harmonies of #184751
Complementary color
Monochromatic Colors of #184751
Black with #184751
Text Example
Text Example
White with #184751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184751; }
p { color: rgb(24,71,81); }
H1.HeaderClassName
{
color: #184751;
}
.AnyTagClassName
{
color: #184751;
}
</style>
background-color css
<style>
a { background-color: #184751; }
a { background-color: rgb(24,71,81); }
div.DivClassName
{
background-color: #184751;
}
.BgClassName
{
background-color: #184751;
}
</style>
border-color css
<style>
span { border-color: #184751; }
span { border-color: rgb(24,71,81); }
td.TdClassName
{
border-color: #184751;
}
.TagClassName
{
border-color: #184751;
}
</style>