Shades of Teal Blue #184F5D
Tints of Teal Blue #184F5D
RGB
CMYK
RGB Variations
Color information
#184F5D (or 0x184F5D) is known color: Teal Blue. HEX triplet: 18, 4F and 5D. RGB value is (24,79,93). Sum of RGB (Red+Green+Blue) = 24+79+93=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #184F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F5D is #E7B0A2. Grayscale: #404040. Windows color (decimal): -15184035 or 6115096. OLE color: 6115096.
HSL color Cylindrical-coordinate representation of color #184F5D: hue angle of 192.17º degrees, saturation: 0.59, 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 #184F5D is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 79 | 93 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.64 |
| HSL | 192.17º | 0.59% | 0.23% | - |
| HSV(B) | 192.17º | 0.74% | 0.36% | - |
| XYZ | 5.15 | 6.58 | 11.35 | - |
| YUV | 64.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 93 | 0.74 | 0.15 | 0 | 0.64 | 192.17 | 0.59 | 0.23 |
| Hex | 18 | 4F | 5D | 4A | F | 0 | 40 | C0 | 3B | 17 |
| Octal | 30 | 117 | 135 | 112 | 17 | 0 | 100 | 300 | 73 | 27 |
| Binary | 11000 | 1001111 | 1011101 | 1001010 | 1111 | 0 | 1000000 | 11000000 | 111011 | 10111 |
Color Harmonies of #184F5D
Complementary color
Monochromatic Colors of #184F5D
Black with #184F5D
Text Example
Text Example
White with #184F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F5D; }
p { color: rgb(24,79,93); }
H1.HeaderClassName
{
color: #184F5D;
}
.AnyTagClassName
{
color: #184F5D;
}
</style>
background-color css
<style>
a { background-color: #184F5D; }
a { background-color: rgb(24,79,93); }
div.DivClassName
{
background-color: #184F5D;
}
.BgClassName
{
background-color: #184F5D;
}
</style>
border-color css
<style>
span { border-color: #184F5D; }
span { border-color: rgb(24,79,93); }
td.TdClassName
{
border-color: #184F5D;
}
.TagClassName
{
border-color: #184F5D;
}
</style>