Shades of Teal #12867C
Tints of Teal #12867C
RGB
CMYK
RGB Variations
Color information
#12867C (or 0x12867C) is known color: Teal. HEX triplet: 12, 86 and 7C. RGB value is (18,134,124). Sum of RGB (Red+Green+Blue) = 18+134+124=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #12867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12867C is #ED7983. Grayscale: #626262. Windows color (decimal): -15563140 or 8160786. OLE color: 8160786.
HSL color Cylindrical-coordinate representation of color #12867C: hue angle of 174.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12867C is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 124 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.47 |
| HSL | 174.83º | 0.76% | 0.3% | - |
| HSV(B) | 174.83º | 0.87% | 0.53% | - |
| XYZ | 12.41 | 18.63 | 22.01 | - |
| YUV | 98.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 124 | 0.87 | 0 | 0.07 | 0.47 | 174.83 | 0.76 | 0.3 |
| Hex | 12 | 86 | 7C | 57 | 0 | 7 | 2F | AF | 4C | 1E |
| Octal | 22 | 206 | 174 | 127 | 0 | 7 | 57 | 257 | 114 | 36 |
| Binary | 10010 | 10000110 | 1111100 | 1010111 | 0 | 111 | 101111 | 10101111 | 1001100 | 11110 |
Color Harmonies of #12867C
Complementary color
Monochromatic Colors of #12867C
Black with #12867C
Text Example
Text Example
White with #12867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12867C; }
p { color: rgb(18,134,124); }
H1.HeaderClassName
{
color: #12867C;
}
.AnyTagClassName
{
color: #12867C;
}
</style>
background-color css
<style>
a { background-color: #12867C; }
a { background-color: rgb(18,134,124); }
div.DivClassName
{
background-color: #12867C;
}
.BgClassName
{
background-color: #12867C;
}
</style>
border-color css
<style>
span { border-color: #12867C; }
span { border-color: rgb(18,134,124); }
td.TdClassName
{
border-color: #12867C;
}
.TagClassName
{
border-color: #12867C;
}
</style>