Shades of Teal Blue #12515F
Tints of Teal Blue #12515F
RGB
CMYK
RGB Variations
Color information
#12515F (or 0x12515F) is known color: Teal Blue. HEX triplet: 12, 51 and 5F. RGB value is (18,81,95). Sum of RGB (Red+Green+Blue) = 18+81+95=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #12515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12515F is #EDAEA0. Grayscale: #3F3F3F. Windows color (decimal): -15576737 or 6246674. OLE color: 6246674.
HSL color Cylindrical-coordinate representation of color #12515F: hue angle of 190.91º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12515F is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 81 | 95 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.63 |
| HSL | 190.91º | 0.68% | 0.22% | - |
| HSV(B) | 190.91º | 0.81% | 0.37% | - |
| XYZ | 5.26 | 6.84 | 11.87 | - |
| YUV | 63.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 95 | 0.81 | 0.15 | 0 | 0.63 | 190.91 | 0.68 | 0.22 |
| Hex | 12 | 51 | 5F | 51 | F | 0 | 3F | BF | 44 | 16 |
| Octal | 22 | 121 | 137 | 121 | 17 | 0 | 77 | 277 | 104 | 26 |
| Binary | 10010 | 1010001 | 1011111 | 1010001 | 1111 | 0 | 111111 | 10111111 | 1000100 | 10110 |
Color Harmonies of #12515F
Complementary color
Monochromatic Colors of #12515F
Black with #12515F
Text Example
Text Example
White with #12515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12515F; }
p { color: rgb(18,81,95); }
H1.HeaderClassName
{
color: #12515F;
}
.AnyTagClassName
{
color: #12515F;
}
</style>
background-color css
<style>
a { background-color: #12515F; }
a { background-color: rgb(18,81,95); }
div.DivClassName
{
background-color: #12515F;
}
.BgClassName
{
background-color: #12515F;
}
</style>
border-color css
<style>
span { border-color: #12515F; }
span { border-color: rgb(18,81,95); }
td.TdClassName
{
border-color: #12515F;
}
.TagClassName
{
border-color: #12515F;
}
</style>