Shades of Teal Blue #184954
Tints of Teal Blue #184954
RGB
CMYK
RGB Variations
Color information
#184954 (or 0x184954) is known color: Teal Blue. HEX triplet: 18, 49 and 54. RGB value is (24,73,84). Sum of RGB (Red+Green+Blue) = 24+73+84=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #184954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184954 is #E7B6AB. Grayscale: #3B3B3B. Windows color (decimal): -15185580 or 5523736. OLE color: 5523736.
HSL color Cylindrical-coordinate representation of color #184954: hue angle of 191º degrees, saturation: 0.56, 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 #184954 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 73 | 84 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.67 |
| HSL | 191º | 0.56% | 0.21% | - |
| HSV(B) | 191º | 0.71% | 0.33% | - |
| XYZ | 4.36 | 5.6 | 9.24 | - |
| YUV | 59.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 84 | 0.71 | 0.13 | 0 | 0.67 | 191 | 0.56 | 0.21 |
| Hex | 18 | 49 | 54 | 47 | D | 0 | 43 | BF | 38 | 15 |
| Octal | 30 | 111 | 124 | 107 | 15 | 0 | 103 | 277 | 70 | 25 |
| Binary | 11000 | 1001001 | 1010100 | 1000111 | 1101 | 0 | 1000011 | 10111111 | 111000 | 10101 |
Color Harmonies of #184954
Complementary color
Monochromatic Colors of #184954
Black with #184954
Text Example
Text Example
White with #184954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184954; }
p { color: rgb(24,73,84); }
H1.HeaderClassName
{
color: #184954;
}
.AnyTagClassName
{
color: #184954;
}
</style>
background-color css
<style>
a { background-color: #184954; }
a { background-color: rgb(24,73,84); }
div.DivClassName
{
background-color: #184954;
}
.BgClassName
{
background-color: #184954;
}
</style>
border-color css
<style>
span { border-color: #184954; }
span { border-color: rgb(24,73,84); }
td.TdClassName
{
border-color: #184954;
}
.TagClassName
{
border-color: #184954;
}
</style>