Shades of Teal Blue #12515D
Tints of Teal Blue #12515D
RGB
CMYK
RGB Variations
Color information
#12515D (or 0x12515D) is known color: Teal Blue. HEX triplet: 12, 51 and 5D. RGB value is (18,81,93). Sum of RGB (Red+Green+Blue) = 18+81+93=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #12515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12515D is #EDAEA2. Grayscale: #3F3F3F. Windows color (decimal): -15576739 or 6115602. OLE color: 6115602.
HSL color Cylindrical-coordinate representation of color #12515D: hue angle of 189.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12515D is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 81 | 93 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.64 |
| HSL | 189.6º | 0.68% | 0.22% | - |
| HSV(B) | 189.6º | 0.81% | 0.36% | - |
| XYZ | 5.17 | 6.8 | 11.4 | - |
| YUV | 63.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 93 | 0.81 | 0.13 | 0 | 0.64 | 189.6 | 0.68 | 0.22 |
| Hex | 12 | 51 | 5D | 51 | D | 0 | 40 | BE | 44 | 16 |
| Octal | 22 | 121 | 135 | 121 | 15 | 0 | 100 | 276 | 104 | 26 |
| Binary | 10010 | 1010001 | 1011101 | 1010001 | 1101 | 0 | 1000000 | 10111110 | 1000100 | 10110 |
Color Harmonies of #12515D
Complementary color
Monochromatic Colors of #12515D
Black with #12515D
Text Example
Text Example
White with #12515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12515D; }
p { color: rgb(18,81,93); }
H1.HeaderClassName
{
color: #12515D;
}
.AnyTagClassName
{
color: #12515D;
}
</style>
background-color css
<style>
a { background-color: #12515D; }
a { background-color: rgb(18,81,93); }
div.DivClassName
{
background-color: #12515D;
}
.BgClassName
{
background-color: #12515D;
}
</style>
border-color css
<style>
span { border-color: #12515D; }
span { border-color: rgb(18,81,93); }
td.TdClassName
{
border-color: #12515D;
}
.TagClassName
{
border-color: #12515D;
}
</style>