Shades of Teal Blue #18505E
Tints of Teal Blue #18505E
RGB
CMYK
RGB Variations
Color information
#18505E (or 0x18505E) is known color: Teal Blue. HEX triplet: 18, 50 and 5E. RGB value is (24,80,94). Sum of RGB (Red+Green+Blue) = 24+80+94=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #18505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18505E is #E7AFA1. Grayscale: #404040. Windows color (decimal): -15183778 or 6180888. OLE color: 6180888.
HSL color Cylindrical-coordinate representation of color #18505E: hue angle of 192º 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 #18505E is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 80 | 94 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.63 |
| HSL | 192º | 0.59% | 0.23% | - |
| HSV(B) | 192º | 0.74% | 0.37% | - |
| XYZ | 5.27 | 6.74 | 11.61 | - |
| YUV | 64.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 94 | 0.74 | 0.15 | 0 | 0.63 | 192 | 0.59 | 0.23 |
| Hex | 18 | 50 | 5E | 4A | F | 0 | 3F | C0 | 3B | 17 |
| Octal | 30 | 120 | 136 | 112 | 17 | 0 | 77 | 300 | 73 | 27 |
| Binary | 11000 | 1010000 | 1011110 | 1001010 | 1111 | 0 | 111111 | 11000000 | 111011 | 10111 |
Color Harmonies of #18505E
Complementary color
Monochromatic Colors of #18505E
Black with #18505E
Text Example
Text Example
White with #18505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18505E; }
p { color: rgb(24,80,94); }
H1.HeaderClassName
{
color: #18505E;
}
.AnyTagClassName
{
color: #18505E;
}
</style>
background-color css
<style>
a { background-color: #18505E; }
a { background-color: rgb(24,80,94); }
div.DivClassName
{
background-color: #18505E;
}
.BgClassName
{
background-color: #18505E;
}
</style>
border-color css
<style>
span { border-color: #18505E; }
span { border-color: rgb(24,80,94); }
td.TdClassName
{
border-color: #18505E;
}
.TagClassName
{
border-color: #18505E;
}
</style>