Shades of Teal Blue #184A55
Tints of Teal Blue #184A55
RGB
CMYK
RGB Variations
Color information
#184A55 (or 0x184A55) is known color: Teal Blue. HEX triplet: 18, 4A and 55. RGB value is (24,74,85). Sum of RGB (Red+Green+Blue) = 24+74+85=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #184A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A55 is #E7B5AA. Grayscale: #3C3C3C. Windows color (decimal): -15185323 or 5589528. OLE color: 5589528.
HSL color Cylindrical-coordinate representation of color #184A55: hue angle of 190.82º 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 #184A55 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 74 | 85 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.67 |
| HSL | 190.82º | 0.56% | 0.21% | - |
| HSV(B) | 190.82º | 0.72% | 0.33% | - |
| XYZ | 4.47 | 5.75 | 9.47 | - |
| YUV | 60.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 85 | 0.72 | 0.13 | 0 | 0.67 | 190.82 | 0.56 | 0.21 |
| Hex | 18 | 4A | 55 | 48 | D | 0 | 43 | BF | 38 | 15 |
| Octal | 30 | 112 | 125 | 110 | 15 | 0 | 103 | 277 | 70 | 25 |
| Binary | 11000 | 1001010 | 1010101 | 1001000 | 1101 | 0 | 1000011 | 10111111 | 111000 | 10101 |
Color Harmonies of #184A55
Complementary color
Monochromatic Colors of #184A55
Black with #184A55
Text Example
Text Example
White with #184A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A55; }
p { color: rgb(24,74,85); }
H1.HeaderClassName
{
color: #184A55;
}
.AnyTagClassName
{
color: #184A55;
}
</style>
background-color css
<style>
a { background-color: #184A55; }
a { background-color: rgb(24,74,85); }
div.DivClassName
{
background-color: #184A55;
}
.BgClassName
{
background-color: #184A55;
}
</style>
border-color css
<style>
span { border-color: #184A55; }
span { border-color: rgb(24,74,85); }
td.TdClassName
{
border-color: #184A55;
}
.TagClassName
{
border-color: #184A55;
}
</style>