Shades of Teal Blue #18515A
Tints of Teal Blue #18515A
RGB
CMYK
RGB Variations
Color information
#18515A (or 0x18515A) is known color: Teal Blue. HEX triplet: 18, 51 and 5A. RGB value is (24,81,90). Sum of RGB (Red+Green+Blue) = 24+81+90=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #18515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18515A is #E7AEA5. Grayscale: #404040. Windows color (decimal): -15183526 or 5919000. OLE color: 5919000.
HSL color Cylindrical-coordinate representation of color #18515A: hue angle of 188.18º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18515A is Cyan = 0.73, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 81 | 90 | - |
| CMYK | 0.73 | 0.1 | 0 | 0.65 |
| HSL | 188.18º | 0.58% | 0.22% | - |
| HSV(B) | 188.18º | 0.73% | 0.35% | - |
| XYZ | 5.16 | 6.82 | 10.72 | - |
| YUV | 64.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 90 | 0.73 | 0.1 | 0 | 0.65 | 188.18 | 0.58 | 0.22 |
| Hex | 18 | 51 | 5A | 49 | A | 0 | 41 | BC | 3A | 16 |
| Octal | 30 | 121 | 132 | 111 | 12 | 0 | 101 | 274 | 72 | 26 |
| Binary | 11000 | 1010001 | 1011010 | 1001001 | 1010 | 0 | 1000001 | 10111100 | 111010 | 10110 |
Color Harmonies of #18515A
Complementary color
Monochromatic Colors of #18515A
Black with #18515A
Text Example
Text Example
White with #18515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18515A; }
p { color: rgb(24,81,90); }
H1.HeaderClassName
{
color: #18515A;
}
.AnyTagClassName
{
color: #18515A;
}
</style>
background-color css
<style>
a { background-color: #18515A; }
a { background-color: rgb(24,81,90); }
div.DivClassName
{
background-color: #18515A;
}
.BgClassName
{
background-color: #18515A;
}
</style>
border-color css
<style>
span { border-color: #18515A; }
span { border-color: rgb(24,81,90); }
td.TdClassName
{
border-color: #18515A;
}
.TagClassName
{
border-color: #18515A;
}
</style>