Shades of Teal Blue #12515C
Tints of Teal Blue #12515C
RGB
CMYK
RGB Variations
Color information
#12515C (or 0x12515C) is known color: Teal Blue. HEX triplet: 12, 51 and 5C. RGB value is (18,81,92). Sum of RGB (Red+Green+Blue) = 18+81+92=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #12515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12515C is #EDAEA3. Grayscale: #3F3F3F. Windows color (decimal): -15576740 or 6050066. OLE color: 6050066.
HSL color Cylindrical-coordinate representation of color #12515C: hue angle of 188.92º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12515C is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 81 | 92 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.64 |
| HSL | 188.92º | 0.67% | 0.22% | - |
| HSV(B) | 188.92º | 0.8% | 0.36% | - |
| XYZ | 5.12 | 6.79 | 11.17 | - |
| YUV | 63.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 92 | 0.80 | 0.12 | 0 | 0.64 | 188.92 | 0.67 | 0.22 |
| Hex | 12 | 51 | 5C | 50 | C | 0 | 40 | BD | 43 | 16 |
| Octal | 22 | 121 | 134 | 120 | 14 | 0 | 100 | 275 | 103 | 26 |
| Binary | 10010 | 1010001 | 1011100 | 1010000 | 1100 | 0 | 1000000 | 10111101 | 1000011 | 10110 |
Color Harmonies of #12515C
Complementary color
Monochromatic Colors of #12515C
Black with #12515C
Text Example
Text Example
White with #12515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12515C; }
p { color: rgb(18,81,92); }
H1.HeaderClassName
{
color: #12515C;
}
.AnyTagClassName
{
color: #12515C;
}
</style>
background-color css
<style>
a { background-color: #12515C; }
a { background-color: rgb(18,81,92); }
div.DivClassName
{
background-color: #12515C;
}
.BgClassName
{
background-color: #12515C;
}
</style>
border-color css
<style>
span { border-color: #12515C; }
span { border-color: rgb(18,81,92); }
td.TdClassName
{
border-color: #12515C;
}
.TagClassName
{
border-color: #12515C;
}
</style>