Shades of Teal #128485
Tints of Teal #128485
RGB
CMYK
RGB Variations
Color information
#128485 (or 0x128485) is known color: Teal. HEX triplet: 12, 84 and 85. RGB value is (18,132,133). Sum of RGB (Red+Green+Blue) = 18+132+133=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #128485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128485 is #ED7B7A. Grayscale: #616161. Windows color (decimal): -15563643 or 8750098. OLE color: 8750098.
HSL color Cylindrical-coordinate representation of color #128485: hue angle of 180.52º 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 #128485 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 132 | 133 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.48 |
| HSL | 180.52º | 0.76% | 0.3% | - |
| HSV(B) | 180.52º | 0.86% | 0.52% | - |
| XYZ | 12.73 | 18.32 | 25.06 | - |
| YUV | 98.03 | 147.73 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 133 | 0.86 | 0.01 | 0 | 0.48 | 180.52 | 0.76 | 0.3 |
| Hex | 12 | 84 | 85 | 56 | 1 | 0 | 30 | B5 | 4C | 1E |
| Octal | 22 | 204 | 205 | 126 | 1 | 0 | 60 | 265 | 114 | 36 |
| Binary | 10010 | 10000100 | 10000101 | 1010110 | 1 | 0 | 110000 | 10110101 | 1001100 | 11110 |
Color Harmonies of #128485
Complementary color
Monochromatic Colors of #128485
Black with #128485
Text Example
Text Example
White with #128485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128485; }
p { color: rgb(18,132,133); }
H1.HeaderClassName
{
color: #128485;
}
.AnyTagClassName
{
color: #128485;
}
</style>
background-color css
<style>
a { background-color: #128485; }
a { background-color: rgb(18,132,133); }
div.DivClassName
{
background-color: #128485;
}
.BgClassName
{
background-color: #128485;
}
</style>
border-color css
<style>
span { border-color: #128485; }
span { border-color: rgb(18,132,133); }
td.TdClassName
{
border-color: #128485;
}
.TagClassName
{
border-color: #128485;
}
</style>