Shades of Teal Blue #184C57
Tints of Teal Blue #184C57
RGB
CMYK
RGB Variations
Color information
#184C57 (or 0x184C57) is known color: Teal Blue. HEX triplet: 18, 4C and 57. RGB value is (24,76,87). Sum of RGB (Red+Green+Blue) = 24+76+87=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #184C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C57 is #E7B3A8. Grayscale: #3D3D3D. Windows color (decimal): -15184809 or 5721112. OLE color: 5721112.
HSL color Cylindrical-coordinate representation of color #184C57: hue angle of 190.48º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184C57 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 76 | 87 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.66 |
| HSL | 190.48º | 0.57% | 0.22% | - |
| HSV(B) | 190.48º | 0.72% | 0.34% | - |
| XYZ | 4.68 | 6.05 | 9.94 | - |
| YUV | 61.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 87 | 0.72 | 0.13 | 0 | 0.66 | 190.48 | 0.57 | 0.22 |
| Hex | 18 | 4C | 57 | 48 | D | 0 | 42 | BE | 39 | 16 |
| Octal | 30 | 114 | 127 | 110 | 15 | 0 | 102 | 276 | 71 | 26 |
| Binary | 11000 | 1001100 | 1010111 | 1001000 | 1101 | 0 | 1000010 | 10111110 | 111001 | 10110 |
Color Harmonies of #184C57
Complementary color
Monochromatic Colors of #184C57
Black with #184C57
Text Example
Text Example
White with #184C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C57; }
p { color: rgb(24,76,87); }
H1.HeaderClassName
{
color: #184C57;
}
.AnyTagClassName
{
color: #184C57;
}
</style>
background-color css
<style>
a { background-color: #184C57; }
a { background-color: rgb(24,76,87); }
div.DivClassName
{
background-color: #184C57;
}
.BgClassName
{
background-color: #184C57;
}
</style>
border-color css
<style>
span { border-color: #184C57; }
span { border-color: rgb(24,76,87); }
td.TdClassName
{
border-color: #184C57;
}
.TagClassName
{
border-color: #184C57;
}
</style>