Shades of Teal Blue #184B5B
Tints of Teal Blue #184B5B
RGB
CMYK
RGB Variations
Color information
#184B5B (or 0x184B5B) is known color: Teal Blue. HEX triplet: 18, 4B and 5B. RGB value is (24,75,91). Sum of RGB (Red+Green+Blue) = 24+75+91=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #184B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B5B is #E7B4A4. Grayscale: #3D3D3D. Windows color (decimal): -15185061 or 5983000. OLE color: 5983000.
HSL color Cylindrical-coordinate representation of color #184B5B: hue angle of 194.33º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #184B5B is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 75 | 91 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.64 |
| HSL | 194.33º | 0.58% | 0.23% | - |
| HSV(B) | 194.33º | 0.74% | 0.36% | - |
| XYZ | 4.78 | 5.98 | 10.8 | - |
| YUV | 61.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 91 | 0.74 | 0.18 | 0 | 0.64 | 194.33 | 0.58 | 0.23 |
| Hex | 18 | 4B | 5B | 4A | 12 | 0 | 40 | C2 | 3A | 17 |
| Octal | 30 | 113 | 133 | 112 | 22 | 0 | 100 | 302 | 72 | 27 |
| Binary | 11000 | 1001011 | 1011011 | 1001010 | 10010 | 0 | 1000000 | 11000010 | 111010 | 10111 |
Color Harmonies of #184B5B
Complementary color
Monochromatic Colors of #184B5B
Black with #184B5B
Text Example
Text Example
White with #184B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B5B; }
p { color: rgb(24,75,91); }
H1.HeaderClassName
{
color: #184B5B;
}
.AnyTagClassName
{
color: #184B5B;
}
</style>
background-color css
<style>
a { background-color: #184B5B; }
a { background-color: rgb(24,75,91); }
div.DivClassName
{
background-color: #184B5B;
}
.BgClassName
{
background-color: #184B5B;
}
</style>
border-color css
<style>
span { border-color: #184B5B; }
span { border-color: rgb(24,75,91); }
td.TdClassName
{
border-color: #184B5B;
}
.TagClassName
{
border-color: #184B5B;
}
</style>