Shades of Teal Blue #184C5B
Tints of Teal Blue #184C5B
RGB
CMYK
RGB Variations
Color information
#184C5B (or 0x184C5B) is known color: Teal Blue. HEX triplet: 18, 4C and 5B. RGB value is (24,76,91). Sum of RGB (Red+Green+Blue) = 24+76+91=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #184C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C5B is #E7B3A4. Grayscale: #3E3E3E. Windows color (decimal): -15184805 or 5983256. OLE color: 5983256.
HSL color Cylindrical-coordinate representation of color #184C5B: hue angle of 193.43º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #184C5B is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 76 | 91 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.64 |
| HSL | 193.43º | 0.58% | 0.23% | - |
| HSV(B) | 193.43º | 0.74% | 0.36% | - |
| XYZ | 4.85 | 6.12 | 10.82 | - |
| YUV | 62.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 91 | 0.74 | 0.16 | 0 | 0.64 | 193.43 | 0.58 | 0.23 |
| Hex | 18 | 4C | 5B | 4A | 10 | 0 | 40 | C1 | 3A | 17 |
| Octal | 30 | 114 | 133 | 112 | 20 | 0 | 100 | 301 | 72 | 27 |
| Binary | 11000 | 1001100 | 1011011 | 1001010 | 10000 | 0 | 1000000 | 11000001 | 111010 | 10111 |
Color Harmonies of #184C5B
Complementary color
Monochromatic Colors of #184C5B
Black with #184C5B
Text Example
Text Example
White with #184C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C5B; }
p { color: rgb(24,76,91); }
H1.HeaderClassName
{
color: #184C5B;
}
.AnyTagClassName
{
color: #184C5B;
}
</style>
background-color css
<style>
a { background-color: #184C5B; }
a { background-color: rgb(24,76,91); }
div.DivClassName
{
background-color: #184C5B;
}
.BgClassName
{
background-color: #184C5B;
}
</style>
border-color css
<style>
span { border-color: #184C5B; }
span { border-color: rgb(24,76,91); }
td.TdClassName
{
border-color: #184C5B;
}
.TagClassName
{
border-color: #184C5B;
}
</style>