Shades of Teal Blue #18515B
Tints of Teal Blue #18515B
RGB
CMYK
RGB Variations
Color information
#18515B (or 0x18515B) is known color: Teal Blue. HEX triplet: 18, 51 and 5B. RGB value is (24,81,91). Sum of RGB (Red+Green+Blue) = 24+81+91=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #18515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18515B is #E7AEA4. Grayscale: #414141. Windows color (decimal): -15183525 or 5984536. OLE color: 5984536.
HSL color Cylindrical-coordinate representation of color #18515B: hue angle of 188.96º degrees, saturation: 0.58, 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 #18515B is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 81 | 91 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.64 |
| HSL | 188.96º | 0.58% | 0.23% | - |
| HSV(B) | 188.96º | 0.74% | 0.36% | - |
| XYZ | 5.21 | 6.83 | 10.94 | - |
| YUV | 65.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 91 | 0.74 | 0.11 | 0 | 0.64 | 188.96 | 0.58 | 0.23 |
| Hex | 18 | 51 | 5B | 4A | B | 0 | 40 | BD | 3A | 17 |
| Octal | 30 | 121 | 133 | 112 | 13 | 0 | 100 | 275 | 72 | 27 |
| Binary | 11000 | 1010001 | 1011011 | 1001010 | 1011 | 0 | 1000000 | 10111101 | 111010 | 10111 |
Color Harmonies of #18515B
Complementary color
Monochromatic Colors of #18515B
Black with #18515B
Text Example
Text Example
White with #18515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18515B; }
p { color: rgb(24,81,91); }
H1.HeaderClassName
{
color: #18515B;
}
.AnyTagClassName
{
color: #18515B;
}
</style>
background-color css
<style>
a { background-color: #18515B; }
a { background-color: rgb(24,81,91); }
div.DivClassName
{
background-color: #18515B;
}
.BgClassName
{
background-color: #18515B;
}
</style>
border-color css
<style>
span { border-color: #18515B; }
span { border-color: rgb(24,81,91); }
td.TdClassName
{
border-color: #18515B;
}
.TagClassName
{
border-color: #18515B;
}
</style>