Shades of Teal Blue #184E5B
Tints of Teal Blue #184E5B
RGB
CMYK
RGB Variations
Color information
#184E5B (or 0x184E5B) is known color: Teal Blue. HEX triplet: 18, 4E and 5B. RGB value is (24,78,91). Sum of RGB (Red+Green+Blue) = 24+78+91=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #184E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E5B is #E7B1A4. Grayscale: #3F3F3F. Windows color (decimal): -15184293 or 5983768. OLE color: 5983768.
HSL color Cylindrical-coordinate representation of color #184E5B: hue angle of 191.64º 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 #184E5B is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 78 | 91 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.64 |
| HSL | 191.64º | 0.58% | 0.23% | - |
| HSV(B) | 191.64º | 0.74% | 0.36% | - |
| XYZ | 4.99 | 6.4 | 10.87 | - |
| YUV | 63.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 91 | 0.74 | 0.14 | 0 | 0.64 | 191.64 | 0.58 | 0.23 |
| Hex | 18 | 4E | 5B | 4A | E | 0 | 40 | C0 | 3A | 17 |
| Octal | 30 | 116 | 133 | 112 | 16 | 0 | 100 | 300 | 72 | 27 |
| Binary | 11000 | 1001110 | 1011011 | 1001010 | 1110 | 0 | 1000000 | 11000000 | 111010 | 10111 |
Color Harmonies of #184E5B
Complementary color
Monochromatic Colors of #184E5B
Black with #184E5B
Text Example
Text Example
White with #184E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E5B; }
p { color: rgb(24,78,91); }
H1.HeaderClassName
{
color: #184E5B;
}
.AnyTagClassName
{
color: #184E5B;
}
</style>
background-color css
<style>
a { background-color: #184E5B; }
a { background-color: rgb(24,78,91); }
div.DivClassName
{
background-color: #184E5B;
}
.BgClassName
{
background-color: #184E5B;
}
</style>
border-color css
<style>
span { border-color: #184E5B; }
span { border-color: rgb(24,78,91); }
td.TdClassName
{
border-color: #184E5B;
}
.TagClassName
{
border-color: #184E5B;
}
</style>