Shades of Teal #12877C
Tints of Teal #12877C
RGB
CMYK
RGB Variations
Color information
#12877C (or 0x12877C) is known color: Teal. HEX triplet: 12, 87 and 7C. RGB value is (18,135,124). Sum of RGB (Red+Green+Blue) = 18+135+124=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #12877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12877C is #ED7883. Grayscale: #626262. Windows color (decimal): -15562884 or 8161042. OLE color: 8161042.
HSL color Cylindrical-coordinate representation of color #12877C: hue angle of 174.36º 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 #12877C is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 135 | 124 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.47 |
| HSL | 174.36º | 0.76% | 0.3% | - |
| HSV(B) | 174.36º | 0.87% | 0.53% | - |
| XYZ | 12.55 | 18.91 | 22.06 | - |
| YUV | 98.76 | 142.24 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 124 | 0.87 | 0 | 0.08 | 0.47 | 174.36 | 0.76 | 0.3 |
| Hex | 12 | 87 | 7C | 57 | 0 | 8 | 2F | AE | 4C | 1E |
| Octal | 22 | 207 | 174 | 127 | 0 | 10 | 57 | 256 | 114 | 36 |
| Binary | 10010 | 10000111 | 1111100 | 1010111 | 0 | 1000 | 101111 | 10101110 | 1001100 | 11110 |
Color Harmonies of #12877C
Complementary color
Monochromatic Colors of #12877C
Black with #12877C
Text Example
Text Example
White with #12877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12877C; }
p { color: rgb(18,135,124); }
H1.HeaderClassName
{
color: #12877C;
}
.AnyTagClassName
{
color: #12877C;
}
</style>
background-color css
<style>
a { background-color: #12877C; }
a { background-color: rgb(18,135,124); }
div.DivClassName
{
background-color: #12877C;
}
.BgClassName
{
background-color: #12877C;
}
</style>
border-color css
<style>
span { border-color: #12877C; }
span { border-color: rgb(18,135,124); }
td.TdClassName
{
border-color: #12877C;
}
.TagClassName
{
border-color: #12877C;
}
</style>