Shades of Teal Blue #184750
Tints of Teal Blue #184750
RGB
CMYK
RGB Variations
Color information
#184750 (or 0x184750) is known color: Teal Blue. HEX triplet: 18, 47 and 50. RGB value is (24,71,80). Sum of RGB (Red+Green+Blue) = 24+71+80=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #184750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184750 is #E7B8AF. Grayscale: #393939. Windows color (decimal): -15186096 or 5261080. OLE color: 5261080.
HSL color Cylindrical-coordinate representation of color #184750: hue angle of 189.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184750 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 71 | 80 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.69 |
| HSL | 189.64º | 0.54% | 0.2% | - |
| HSV(B) | 189.64º | 0.7% | 0.31% | - |
| XYZ | 4.08 | 5.28 | 8.39 | - |
| YUV | 57.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 80 | 0.70 | 0.11 | 0 | 0.69 | 189.64 | 0.54 | 0.2 |
| Hex | 18 | 47 | 50 | 46 | B | 0 | 45 | BE | 36 | 14 |
| Octal | 30 | 107 | 120 | 106 | 13 | 0 | 105 | 276 | 66 | 24 |
| Binary | 11000 | 1000111 | 1010000 | 1000110 | 1011 | 0 | 1000101 | 10111110 | 110110 | 10100 |
Color Harmonies of #184750
Complementary color
Monochromatic Colors of #184750
Black with #184750
Text Example
Text Example
White with #184750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184750; }
p { color: rgb(24,71,80); }
H1.HeaderClassName
{
color: #184750;
}
.AnyTagClassName
{
color: #184750;
}
</style>
background-color css
<style>
a { background-color: #184750; }
a { background-color: rgb(24,71,80); }
div.DivClassName
{
background-color: #184750;
}
.BgClassName
{
background-color: #184750;
}
</style>
border-color css
<style>
span { border-color: #184750; }
span { border-color: rgb(24,71,80); }
td.TdClassName
{
border-color: #184750;
}
.TagClassName
{
border-color: #184750;
}
</style>