Shades of Teal Blue #184752
Tints of Teal Blue #184752
RGB
CMYK
RGB Variations
Color information
#184752 (or 0x184752) is known color: Teal Blue. HEX triplet: 18, 47 and 52. RGB value is (24,71,82). Sum of RGB (Red+Green+Blue) = 24+71+82=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #184752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184752 is #E7B8AD. Grayscale: #3A3A3A. Windows color (decimal): -15186094 or 5392152. OLE color: 5392152.
HSL color Cylindrical-coordinate representation of color #184752: hue angle of 191.38º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184752 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 71 | 82 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.68 |
| HSL | 191.38º | 0.55% | 0.21% | - |
| HSV(B) | 191.38º | 0.71% | 0.32% | - |
| XYZ | 4.15 | 5.31 | 8.79 | - |
| YUV | 58.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 82 | 0.71 | 0.13 | 0 | 0.68 | 191.38 | 0.55 | 0.21 |
| Hex | 18 | 47 | 52 | 47 | D | 0 | 44 | BF | 37 | 15 |
| Octal | 30 | 107 | 122 | 107 | 15 | 0 | 104 | 277 | 67 | 25 |
| Binary | 11000 | 1000111 | 1010010 | 1000111 | 1101 | 0 | 1000100 | 10111111 | 110111 | 10101 |
Color Harmonies of #184752
Complementary color
Monochromatic Colors of #184752
Black with #184752
Text Example
Text Example
White with #184752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184752; }
p { color: rgb(24,71,82); }
H1.HeaderClassName
{
color: #184752;
}
.AnyTagClassName
{
color: #184752;
}
</style>
background-color css
<style>
a { background-color: #184752; }
a { background-color: rgb(24,71,82); }
div.DivClassName
{
background-color: #184752;
}
.BgClassName
{
background-color: #184752;
}
</style>
border-color css
<style>
span { border-color: #184752; }
span { border-color: rgb(24,71,82); }
td.TdClassName
{
border-color: #184752;
}
.TagClassName
{
border-color: #184752;
}
</style>