Shades of Teal Blue #184C54
Tints of Teal Blue #184C54
RGB
CMYK
RGB Variations
Color information
#184C54 (or 0x184C54) is known color: Teal Blue. HEX triplet: 18, 4C and 54. RGB value is (24,76,84). Sum of RGB (Red+Green+Blue) = 24+76+84=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #184C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C54 is #E7B3AB. Grayscale: #3D3D3D. Windows color (decimal): -15184812 or 5524504. OLE color: 5524504.
HSL color Cylindrical-coordinate representation of color #184C54: hue angle of 188º 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 #184C54 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 76 | 84 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.67 |
| HSL | 188º | 0.56% | 0.21% | - |
| HSV(B) | 188º | 0.71% | 0.33% | - |
| XYZ | 4.56 | 6 | 9.31 | - |
| YUV | 61.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 84 | 0.71 | 0.10 | 0 | 0.67 | 188 | 0.56 | 0.21 |
| Hex | 18 | 4C | 54 | 47 | A | 0 | 43 | BC | 38 | 15 |
| Octal | 30 | 114 | 124 | 107 | 12 | 0 | 103 | 274 | 70 | 25 |
| Binary | 11000 | 1001100 | 1010100 | 1000111 | 1010 | 0 | 1000011 | 10111100 | 111000 | 10101 |
Color Harmonies of #184C54
Complementary color
Monochromatic Colors of #184C54
Black with #184C54
Text Example
Text Example
White with #184C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C54; }
p { color: rgb(24,76,84); }
H1.HeaderClassName
{
color: #184C54;
}
.AnyTagClassName
{
color: #184C54;
}
</style>
background-color css
<style>
a { background-color: #184C54; }
a { background-color: rgb(24,76,84); }
div.DivClassName
{
background-color: #184C54;
}
.BgClassName
{
background-color: #184C54;
}
</style>
border-color css
<style>
span { border-color: #184C54; }
span { border-color: rgb(24,76,84); }
td.TdClassName
{
border-color: #184C54;
}
.TagClassName
{
border-color: #184C54;
}
</style>