Shades of Teal Blue #184E5D
Tints of Teal Blue #184E5D
RGB
CMYK
RGB Variations
Color information
#184E5D (or 0x184E5D) is known color: Teal Blue. HEX triplet: 18, 4E and 5D. RGB value is (24,78,93). Sum of RGB (Red+Green+Blue) = 24+78+93=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #184E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E5D is #E7B1A2. Grayscale: #3F3F3F. Windows color (decimal): -15184291 or 6114840. OLE color: 6114840.
HSL color Cylindrical-coordinate representation of color #184E5D: hue angle of 193.04º degrees, saturation: 0.59, 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 #184E5D is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 78 | 93 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.64 |
| HSL | 193.04º | 0.59% | 0.23% | - |
| HSV(B) | 193.04º | 0.74% | 0.36% | - |
| XYZ | 5.08 | 6.43 | 11.33 | - |
| YUV | 63.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 93 | 0.74 | 0.16 | 0 | 0.64 | 193.04 | 0.59 | 0.23 |
| Hex | 18 | 4E | 5D | 4A | 10 | 0 | 40 | C1 | 3B | 17 |
| Octal | 30 | 116 | 135 | 112 | 20 | 0 | 100 | 301 | 73 | 27 |
| Binary | 11000 | 1001110 | 1011101 | 1001010 | 10000 | 0 | 1000000 | 11000001 | 111011 | 10111 |
Color Harmonies of #184E5D
Complementary color
Monochromatic Colors of #184E5D
Black with #184E5D
Text Example
Text Example
White with #184E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E5D; }
p { color: rgb(24,78,93); }
H1.HeaderClassName
{
color: #184E5D;
}
.AnyTagClassName
{
color: #184E5D;
}
</style>
background-color css
<style>
a { background-color: #184E5D; }
a { background-color: rgb(24,78,93); }
div.DivClassName
{
background-color: #184E5D;
}
.BgClassName
{
background-color: #184E5D;
}
</style>
border-color css
<style>
span { border-color: #184E5D; }
span { border-color: rgb(24,78,93); }
td.TdClassName
{
border-color: #184E5D;
}
.TagClassName
{
border-color: #184E5D;
}
</style>