Shades of Teal Blue #184E5C
Tints of Teal Blue #184E5C
RGB
CMYK
RGB Variations
Color information
#184E5C (or 0x184E5C) is known color: Teal Blue. HEX triplet: 18, 4E and 5C. RGB value is (24,78,92). Sum of RGB (Red+Green+Blue) = 24+78+92=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #184E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E5C is #E7B1A3. Grayscale: #3F3F3F. Windows color (decimal): -15184292 or 6049304. OLE color: 6049304.
HSL color Cylindrical-coordinate representation of color #184E5C: hue angle of 192.35º 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 #184E5C is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 78 | 92 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.64 |
| HSL | 192.35º | 0.59% | 0.23% | - |
| HSV(B) | 192.35º | 0.74% | 0.36% | - |
| XYZ | 5.03 | 6.42 | 11.1 | - |
| YUV | 63.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 92 | 0.74 | 0.15 | 0 | 0.64 | 192.35 | 0.59 | 0.23 |
| Hex | 18 | 4E | 5C | 4A | F | 0 | 40 | C0 | 3B | 17 |
| Octal | 30 | 116 | 134 | 112 | 17 | 0 | 100 | 300 | 73 | 27 |
| Binary | 11000 | 1001110 | 1011100 | 1001010 | 1111 | 0 | 1000000 | 11000000 | 111011 | 10111 |
Color Harmonies of #184E5C
Complementary color
Monochromatic Colors of #184E5C
Black with #184E5C
Text Example
Text Example
White with #184E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E5C; }
p { color: rgb(24,78,92); }
H1.HeaderClassName
{
color: #184E5C;
}
.AnyTagClassName
{
color: #184E5C;
}
</style>
background-color css
<style>
a { background-color: #184E5C; }
a { background-color: rgb(24,78,92); }
div.DivClassName
{
background-color: #184E5C;
}
.BgClassName
{
background-color: #184E5C;
}
</style>
border-color css
<style>
span { border-color: #184E5C; }
span { border-color: rgb(24,78,92); }
td.TdClassName
{
border-color: #184E5C;
}
.TagClassName
{
border-color: #184E5C;
}
</style>