Shades of Teal Blue #18515C
Tints of Teal Blue #18515C
RGB
CMYK
RGB Variations
Color information
#18515C (or 0x18515C) is known color: Teal Blue. HEX triplet: 18, 51 and 5C. RGB value is (24,81,92). Sum of RGB (Red+Green+Blue) = 24+81+92=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #18515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18515C is #E7AEA3. Grayscale: #414141. Windows color (decimal): -15183524 or 6050072. OLE color: 6050072.
HSL color Cylindrical-coordinate representation of color #18515C: hue angle of 189.71º 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 #18515C is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 81 | 92 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.64 |
| HSL | 189.71º | 0.59% | 0.23% | - |
| HSV(B) | 189.71º | 0.74% | 0.36% | - |
| XYZ | 5.25 | 6.85 | 11.17 | - |
| YUV | 65.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 92 | 0.74 | 0.12 | 0 | 0.64 | 189.71 | 0.59 | 0.23 |
| Hex | 18 | 51 | 5C | 4A | C | 0 | 40 | BE | 3B | 17 |
| Octal | 30 | 121 | 134 | 112 | 14 | 0 | 100 | 276 | 73 | 27 |
| Binary | 11000 | 1010001 | 1011100 | 1001010 | 1100 | 0 | 1000000 | 10111110 | 111011 | 10111 |
Color Harmonies of #18515C
Complementary color
Monochromatic Colors of #18515C
Black with #18515C
Text Example
Text Example
White with #18515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18515C; }
p { color: rgb(24,81,92); }
H1.HeaderClassName
{
color: #18515C;
}
.AnyTagClassName
{
color: #18515C;
}
</style>
background-color css
<style>
a { background-color: #18515C; }
a { background-color: rgb(24,81,92); }
div.DivClassName
{
background-color: #18515C;
}
.BgClassName
{
background-color: #18515C;
}
</style>
border-color css
<style>
span { border-color: #18515C; }
span { border-color: rgb(24,81,92); }
td.TdClassName
{
border-color: #18515C;
}
.TagClassName
{
border-color: #18515C;
}
</style>