Shades of Teal Blue #184F5E
Tints of Teal Blue #184F5E
RGB
CMYK
RGB Variations
Color information
#184F5E (or 0x184F5E) is known color: Teal Blue. HEX triplet: 18, 4F and 5E. RGB value is (24,79,94). Sum of RGB (Red+Green+Blue) = 24+79+94=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #184F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F5E is #E7B0A1. Grayscale: #404040. Windows color (decimal): -15184034 or 6180632. OLE color: 6180632.
HSL color Cylindrical-coordinate representation of color #184F5E: hue angle of 192.86º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #184F5E is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 79 | 94 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.63 |
| HSL | 192.86º | 0.59% | 0.23% | - |
| HSV(B) | 192.86º | 0.74% | 0.37% | - |
| XYZ | 5.19 | 6.59 | 11.59 | - |
| YUV | 64.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 94 | 0.74 | 0.16 | 0 | 0.63 | 192.86 | 0.59 | 0.23 |
| Hex | 18 | 4F | 5E | 4A | 10 | 0 | 3F | C1 | 3B | 17 |
| Octal | 30 | 117 | 136 | 112 | 20 | 0 | 77 | 301 | 73 | 27 |
| Binary | 11000 | 1001111 | 1011110 | 1001010 | 10000 | 0 | 111111 | 11000001 | 111011 | 10111 |
Color Harmonies of #184F5E
Complementary color
Monochromatic Colors of #184F5E
Black with #184F5E
Text Example
Text Example
White with #184F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F5E; }
p { color: rgb(24,79,94); }
H1.HeaderClassName
{
color: #184F5E;
}
.AnyTagClassName
{
color: #184F5E;
}
</style>
background-color css
<style>
a { background-color: #184F5E; }
a { background-color: rgb(24,79,94); }
div.DivClassName
{
background-color: #184F5E;
}
.BgClassName
{
background-color: #184F5E;
}
</style>
border-color css
<style>
span { border-color: #184F5E; }
span { border-color: rgb(24,79,94); }
td.TdClassName
{
border-color: #184F5E;
}
.TagClassName
{
border-color: #184F5E;
}
</style>