Shades of Teal Blue #184855
Tints of Teal Blue #184855
RGB
CMYK
RGB Variations
Color information
#184855 (or 0x184855) is known color: Teal Blue. HEX triplet: 18, 48 and 55. RGB value is (24,72,85). Sum of RGB (Red+Green+Blue) = 24+72+85=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #184855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184855 is #E7B7AA. Grayscale: #3B3B3B. Windows color (decimal): -15185835 or 5589016. OLE color: 5589016.
HSL color Cylindrical-coordinate representation of color #184855: hue angle of 192.79º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184855 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 72 | 85 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.67 |
| HSL | 192.79º | 0.56% | 0.21% | - |
| HSV(B) | 192.79º | 0.72% | 0.33% | - |
| XYZ | 4.33 | 5.48 | 9.42 | - |
| YUV | 59.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 85 | 0.72 | 0.15 | 0 | 0.67 | 192.79 | 0.56 | 0.21 |
| Hex | 18 | 48 | 55 | 48 | F | 0 | 43 | C1 | 38 | 15 |
| Octal | 30 | 110 | 125 | 110 | 17 | 0 | 103 | 301 | 70 | 25 |
| Binary | 11000 | 1001000 | 1010101 | 1001000 | 1111 | 0 | 1000011 | 11000001 | 111000 | 10101 |
Color Harmonies of #184855
Complementary color
Monochromatic Colors of #184855
Black with #184855
Text Example
Text Example
White with #184855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184855; }
p { color: rgb(24,72,85); }
H1.HeaderClassName
{
color: #184855;
}
.AnyTagClassName
{
color: #184855;
}
</style>
background-color css
<style>
a { background-color: #184855; }
a { background-color: rgb(24,72,85); }
div.DivClassName
{
background-color: #184855;
}
.BgClassName
{
background-color: #184855;
}
</style>
border-color css
<style>
span { border-color: #184855; }
span { border-color: rgb(24,72,85); }
td.TdClassName
{
border-color: #184855;
}
.TagClassName
{
border-color: #184855;
}
</style>