Shades of Teal Blue #184F57
Tints of Teal Blue #184F57
RGB
CMYK
RGB Variations
Color information
#184F57 (or 0x184F57) is known color: Teal Blue. HEX triplet: 18, 4F and 57. RGB value is (24,79,87). Sum of RGB (Red+Green+Blue) = 24+79+87=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #184F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F57 is #E7B0A8. Grayscale: #3F3F3F. Windows color (decimal): -15184041 or 5721880. OLE color: 5721880.
HSL color Cylindrical-coordinate representation of color #184F57: hue angle of 187.62º 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 #184F57 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 79 | 87 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.66 |
| HSL | 187.62º | 0.57% | 0.22% | - |
| HSV(B) | 187.62º | 0.72% | 0.34% | - |
| XYZ | 4.89 | 6.47 | 10.01 | - |
| YUV | 63.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 87 | 0.72 | 0.09 | 0 | 0.66 | 187.62 | 0.57 | 0.22 |
| Hex | 18 | 4F | 57 | 48 | 9 | 0 | 42 | BC | 39 | 16 |
| Octal | 30 | 117 | 127 | 110 | 11 | 0 | 102 | 274 | 71 | 26 |
| Binary | 11000 | 1001111 | 1010111 | 1001000 | 1001 | 0 | 1000010 | 10111100 | 111001 | 10110 |
Color Harmonies of #184F57
Complementary color
Monochromatic Colors of #184F57
Black with #184F57
Text Example
Text Example
White with #184F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F57; }
p { color: rgb(24,79,87); }
H1.HeaderClassName
{
color: #184F57;
}
.AnyTagClassName
{
color: #184F57;
}
</style>
background-color css
<style>
a { background-color: #184F57; }
a { background-color: rgb(24,79,87); }
div.DivClassName
{
background-color: #184F57;
}
.BgClassName
{
background-color: #184F57;
}
</style>
border-color css
<style>
span { border-color: #184F57; }
span { border-color: rgb(24,79,87); }
td.TdClassName
{
border-color: #184F57;
}
.TagClassName
{
border-color: #184F57;
}
</style>