Shades of Dark Cyan #128B88
Tints of Dark Cyan #128B88
RGB
CMYK
RGB Variations
Color information
#128B88 (or 0x128B88) is known color: Dark Cyan. HEX triplet: 12, 8B and 88. RGB value is (18,139,136). Sum of RGB (Red+Green+Blue) = 18+139+136=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #128B88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128B88 is #ED7477. Grayscale: #666666. Windows color (decimal): -15561848 or 8948498. OLE color: 8948498.
HSL color Cylindrical-coordinate representation of color #128B88: hue angle of 178.51º 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 #128B88 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 139 | 136 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.45 |
| HSL | 178.51º | 0.77% | 0.31% | - |
| HSV(B) | 178.51º | 0.87% | 0.55% | - |
| XYZ | 13.93 | 20.37 | 26.49 | - |
| YUV | 102.48 | 146.91 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 136 | 0.87 | 0 | 0.02 | 0.45 | 178.51 | 0.77 | 0.31 |
| Hex | 12 | 8B | 88 | 57 | 0 | 2 | 2D | B3 | 4D | 1F |
| Octal | 22 | 213 | 210 | 127 | 0 | 2 | 55 | 263 | 115 | 37 |
| Binary | 10010 | 10001011 | 10001000 | 1010111 | 0 | 10 | 101101 | 10110011 | 1001101 | 11111 |
Color Harmonies of #128B88
Complementary color
Monochromatic Colors of #128B88
Black with #128B88
Text Example
Text Example
White with #128B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B88; }
p { color: rgb(18,139,136); }
H1.HeaderClassName
{
color: #128B88;
}
.AnyTagClassName
{
color: #128B88;
}
</style>
background-color css
<style>
a { background-color: #128B88; }
a { background-color: rgb(18,139,136); }
div.DivClassName
{
background-color: #128B88;
}
.BgClassName
{
background-color: #128B88;
}
</style>
border-color css
<style>
span { border-color: #128B88; }
span { border-color: rgb(18,139,136); }
td.TdClassName
{
border-color: #128B88;
}
.TagClassName
{
border-color: #128B88;
}
</style>