Shades of Teal #127985
Tints of Teal #127985
RGB
CMYK
RGB Variations
Color information
#127985 (or 0x127985) is known color: Teal. HEX triplet: 12, 79 and 85. RGB value is (18,121,133). Sum of RGB (Red+Green+Blue) = 18+121+133=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #127985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127985 is #ED867A. Grayscale: #5B5B5B. Windows color (decimal): -15566459 or 8747282. OLE color: 8747282.
HSL color Cylindrical-coordinate representation of color #127985: hue angle of 186.26º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127985 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 121 | 133 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.48 |
| HSL | 186.26º | 0.76% | 0.3% | - |
| HSV(B) | 186.26º | 0.86% | 0.52% | - |
| XYZ | 11.32 | 15.5 | 24.58 | - |
| YUV | 91.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 133 | 0.86 | 0.09 | 0 | 0.48 | 186.26 | 0.76 | 0.3 |
| Hex | 12 | 79 | 85 | 56 | 9 | 0 | 30 | BA | 4C | 1E |
| Octal | 22 | 171 | 205 | 126 | 11 | 0 | 60 | 272 | 114 | 36 |
| Binary | 10010 | 1111001 | 10000101 | 1010110 | 1001 | 0 | 110000 | 10111010 | 1001100 | 11110 |
Color Harmonies of #127985
Complementary color
Monochromatic Colors of #127985
Black with #127985
Text Example
Text Example
White with #127985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127985; }
p { color: rgb(18,121,133); }
H1.HeaderClassName
{
color: #127985;
}
.AnyTagClassName
{
color: #127985;
}
</style>
background-color css
<style>
a { background-color: #127985; }
a { background-color: rgb(18,121,133); }
div.DivClassName
{
background-color: #127985;
}
.BgClassName
{
background-color: #127985;
}
</style>
border-color css
<style>
span { border-color: #127985; }
span { border-color: rgb(18,121,133); }
td.TdClassName
{
border-color: #127985;
}
.TagClassName
{
border-color: #127985;
}
</style>