Shades of Teal Blue #184B53
Tints of Teal Blue #184B53
RGB
CMYK
RGB Variations
Color information
#184B53 (or 0x184B53) is known color: Teal Blue. HEX triplet: 18, 4B and 53. RGB value is (24,75,83). Sum of RGB (Red+Green+Blue) = 24+75+83=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #184B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B53 is #E7B4AC. Grayscale: #3C3C3C. Windows color (decimal): -15185069 or 5458712. OLE color: 5458712.
HSL color Cylindrical-coordinate representation of color #184B53: hue angle of 188.14º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184B53 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 75 | 83 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.67 |
| HSL | 188.14º | 0.55% | 0.21% | - |
| HSV(B) | 188.14º | 0.71% | 0.33% | - |
| XYZ | 4.45 | 5.85 | 9.08 | - |
| YUV | 60.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 83 | 0.71 | 0.10 | 0 | 0.67 | 188.14 | 0.55 | 0.21 |
| Hex | 18 | 4B | 53 | 47 | A | 0 | 43 | BC | 37 | 15 |
| Octal | 30 | 113 | 123 | 107 | 12 | 0 | 103 | 274 | 67 | 25 |
| Binary | 11000 | 1001011 | 1010011 | 1000111 | 1010 | 0 | 1000011 | 10111100 | 110111 | 10101 |
Color Harmonies of #184B53
Complementary color
Monochromatic Colors of #184B53
Black with #184B53
Text Example
Text Example
White with #184B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B53; }
p { color: rgb(24,75,83); }
H1.HeaderClassName
{
color: #184B53;
}
.AnyTagClassName
{
color: #184B53;
}
</style>
background-color css
<style>
a { background-color: #184B53; }
a { background-color: rgb(24,75,83); }
div.DivClassName
{
background-color: #184B53;
}
.BgClassName
{
background-color: #184B53;
}
</style>
border-color css
<style>
span { border-color: #184B53; }
span { border-color: rgb(24,75,83); }
td.TdClassName
{
border-color: #184B53;
}
.TagClassName
{
border-color: #184B53;
}
</style>