Shades of Teal Blue #184B57
Tints of Teal Blue #184B57
RGB
CMYK
RGB Variations
Color information
#184B57 (or 0x184B57) is known color: Teal Blue. HEX triplet: 18, 4B and 57. RGB value is (24,75,87). Sum of RGB (Red+Green+Blue) = 24+75+87=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #184B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B57 is #E7B4A8. Grayscale: #3D3D3D. Windows color (decimal): -15185065 or 5720856. OLE color: 5720856.
HSL color Cylindrical-coordinate representation of color #184B57: hue angle of 191.43º 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 #184B57 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 75 | 87 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.66 |
| HSL | 191.43º | 0.57% | 0.22% | - |
| HSV(B) | 191.43º | 0.72% | 0.34% | - |
| XYZ | 4.61 | 5.91 | 9.92 | - |
| YUV | 61.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 87 | 0.72 | 0.14 | 0 | 0.66 | 191.43 | 0.57 | 0.22 |
| Hex | 18 | 4B | 57 | 48 | E | 0 | 42 | BF | 39 | 16 |
| Octal | 30 | 113 | 127 | 110 | 16 | 0 | 102 | 277 | 71 | 26 |
| Binary | 11000 | 1001011 | 1010111 | 1001000 | 1110 | 0 | 1000010 | 10111111 | 111001 | 10110 |
Color Harmonies of #184B57
Complementary color
Monochromatic Colors of #184B57
Black with #184B57
Text Example
Text Example
White with #184B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B57; }
p { color: rgb(24,75,87); }
H1.HeaderClassName
{
color: #184B57;
}
.AnyTagClassName
{
color: #184B57;
}
</style>
background-color css
<style>
a { background-color: #184B57; }
a { background-color: rgb(24,75,87); }
div.DivClassName
{
background-color: #184B57;
}
.BgClassName
{
background-color: #184B57;
}
</style>
border-color css
<style>
span { border-color: #184B57; }
span { border-color: rgb(24,75,87); }
td.TdClassName
{
border-color: #184B57;
}
.TagClassName
{
border-color: #184B57;
}
</style>