Shades of Dark Cyan #128B86
Tints of Dark Cyan #128B86
RGB
CMYK
RGB Variations
Color information
#128B86 (or 0x128B86) is known color: Dark Cyan. HEX triplet: 12, 8B and 86. RGB value is (18,139,134). Sum of RGB (Red+Green+Blue) = 18+139+134=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #128B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128B86 is #ED7479. Grayscale: #666666. Windows color (decimal): -15561850 or 8817426. OLE color: 8817426.
HSL color Cylindrical-coordinate representation of color #128B86: hue angle of 177.52º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128B86 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 139 | 134 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.45 |
| HSL | 177.52º | 0.77% | 0.31% | - |
| HSV(B) | 177.52º | 0.87% | 0.55% | - |
| XYZ | 13.79 | 20.32 | 25.75 | - |
| YUV | 102.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 134 | 0.87 | 0 | 0.04 | 0.45 | 177.52 | 0.77 | 0.31 |
| Hex | 12 | 8B | 86 | 57 | 0 | 4 | 2D | B2 | 4D | 1F |
| Octal | 22 | 213 | 206 | 127 | 0 | 4 | 55 | 262 | 115 | 37 |
| Binary | 10010 | 10001011 | 10000110 | 1010111 | 0 | 100 | 101101 | 10110010 | 1001101 | 11111 |
Color Harmonies of #128B86
Complementary color
Monochromatic Colors of #128B86
Black with #128B86
Text Example
Text Example
White with #128B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B86; }
p { color: rgb(18,139,134); }
H1.HeaderClassName
{
color: #128B86;
}
.AnyTagClassName
{
color: #128B86;
}
</style>
background-color css
<style>
a { background-color: #128B86; }
a { background-color: rgb(18,139,134); }
div.DivClassName
{
background-color: #128B86;
}
.BgClassName
{
background-color: #128B86;
}
</style>
border-color css
<style>
span { border-color: #128B86; }
span { border-color: rgb(18,139,134); }
td.TdClassName
{
border-color: #128B86;
}
.TagClassName
{
border-color: #128B86;
}
</style>