Shades of Teal Blue #184D5C
Tints of Teal Blue #184D5C
RGB
CMYK
RGB Variations
Color information
#184D5C (or 0x184D5C) is known color: Teal Blue. HEX triplet: 18, 4D and 5C. RGB value is (24,77,92). Sum of RGB (Red+Green+Blue) = 24+77+92=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #184D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D5C is #E7B2A3. Grayscale: #3E3E3E. Windows color (decimal): -15184548 or 6049048. OLE color: 6049048.
HSL color Cylindrical-coordinate representation of color #184D5C: hue angle of 193.24º 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 #184D5C is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 77 | 92 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.64 |
| HSL | 193.24º | 0.59% | 0.23% | - |
| HSV(B) | 193.24º | 0.74% | 0.36% | - |
| XYZ | 4.96 | 6.27 | 11.07 | - |
| YUV | 62.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 92 | 0.74 | 0.16 | 0 | 0.64 | 193.24 | 0.59 | 0.23 |
| Hex | 18 | 4D | 5C | 4A | 10 | 0 | 40 | C1 | 3B | 17 |
| Octal | 30 | 115 | 134 | 112 | 20 | 0 | 100 | 301 | 73 | 27 |
| Binary | 11000 | 1001101 | 1011100 | 1001010 | 10000 | 0 | 1000000 | 11000001 | 111011 | 10111 |
Color Harmonies of #184D5C
Complementary color
Monochromatic Colors of #184D5C
Black with #184D5C
Text Example
Text Example
White with #184D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D5C; }
p { color: rgb(24,77,92); }
H1.HeaderClassName
{
color: #184D5C;
}
.AnyTagClassName
{
color: #184D5C;
}
</style>
background-color css
<style>
a { background-color: #184D5C; }
a { background-color: rgb(24,77,92); }
div.DivClassName
{
background-color: #184D5C;
}
.BgClassName
{
background-color: #184D5C;
}
</style>
border-color css
<style>
span { border-color: #184D5C; }
span { border-color: rgb(24,77,92); }
td.TdClassName
{
border-color: #184D5C;
}
.TagClassName
{
border-color: #184D5C;
}
</style>