Shades of Teal Blue #184753
Tints of Teal Blue #184753
RGB
CMYK
RGB Variations
Color information
#184753 (or 0x184753) is known color: Teal Blue. HEX triplet: 18, 47 and 53. RGB value is (24,71,83). Sum of RGB (Red+Green+Blue) = 24+71+83=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #184753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184753 is #E7B8AC. Grayscale: #3A3A3A. Windows color (decimal): -15186093 or 5457688. OLE color: 5457688.
HSL color Cylindrical-coordinate representation of color #184753: hue angle of 192.2º 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 #184753 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 71 | 83 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.67 |
| HSL | 192.2º | 0.55% | 0.21% | - |
| HSV(B) | 192.2º | 0.71% | 0.33% | - |
| XYZ | 4.19 | 5.33 | 8.99 | - |
| YUV | 58.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 83 | 0.71 | 0.14 | 0 | 0.67 | 192.2 | 0.55 | 0.21 |
| Hex | 18 | 47 | 53 | 47 | E | 0 | 43 | C0 | 37 | 15 |
| Octal | 30 | 107 | 123 | 107 | 16 | 0 | 103 | 300 | 67 | 25 |
| Binary | 11000 | 1000111 | 1010011 | 1000111 | 1110 | 0 | 1000011 | 11000000 | 110111 | 10101 |
Color Harmonies of #184753
Complementary color
Monochromatic Colors of #184753
Black with #184753
Text Example
Text Example
White with #184753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184753; }
p { color: rgb(24,71,83); }
H1.HeaderClassName
{
color: #184753;
}
.AnyTagClassName
{
color: #184753;
}
</style>
background-color css
<style>
a { background-color: #184753; }
a { background-color: rgb(24,71,83); }
div.DivClassName
{
background-color: #184753;
}
.BgClassName
{
background-color: #184753;
}
</style>
border-color css
<style>
span { border-color: #184753; }
span { border-color: rgb(24,71,83); }
td.TdClassName
{
border-color: #184753;
}
.TagClassName
{
border-color: #184753;
}
</style>