Shades of Teal #128285
Tints of Teal #128285
RGB
CMYK
RGB Variations
Color information
#128285 (or 0x128285) is known color: Teal. HEX triplet: 12, 82 and 85. RGB value is (18,130,133). Sum of RGB (Red+Green+Blue) = 18+130+133=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #128285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128285 is #ED7D7A. Grayscale: #606060. Windows color (decimal): -15564155 or 8749586. OLE color: 8749586.
HSL color Cylindrical-coordinate representation of color #128285: hue angle of 181.57º 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 #128285 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 130 | 133 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.48 |
| HSL | 181.57º | 0.76% | 0.3% | - |
| HSV(B) | 181.57º | 0.86% | 0.52% | - |
| XYZ | 12.47 | 17.79 | 24.97 | - |
| YUV | 96.85 | 148.39 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 133 | 0.86 | 0.02 | 0 | 0.48 | 181.57 | 0.76 | 0.3 |
| Hex | 12 | 82 | 85 | 56 | 2 | 0 | 30 | B6 | 4C | 1E |
| Octal | 22 | 202 | 205 | 126 | 2 | 0 | 60 | 266 | 114 | 36 |
| Binary | 10010 | 10000010 | 10000101 | 1010110 | 10 | 0 | 110000 | 10110110 | 1001100 | 11110 |
Color Harmonies of #128285
Complementary color
Monochromatic Colors of #128285
Black with #128285
Text Example
Text Example
White with #128285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128285; }
p { color: rgb(18,130,133); }
H1.HeaderClassName
{
color: #128285;
}
.AnyTagClassName
{
color: #128285;
}
</style>
background-color css
<style>
a { background-color: #128285; }
a { background-color: rgb(18,130,133); }
div.DivClassName
{
background-color: #128285;
}
.BgClassName
{
background-color: #128285;
}
</style>
border-color css
<style>
span { border-color: #128285; }
span { border-color: rgb(18,130,133); }
td.TdClassName
{
border-color: #128285;
}
.TagClassName
{
border-color: #128285;
}
</style>