Shades of Dark Cyan #128C83
Tints of Dark Cyan #128C83
RGB
CMYK
RGB Variations
Color information
#128C83 (or 0x128C83) is known color: Dark Cyan. HEX triplet: 12, 8C and 83. RGB value is (18,140,131). Sum of RGB (Red+Green+Blue) = 18+140+131=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #128C83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128C83 is #ED737C. Grayscale: #666666. Windows color (decimal): -15561597 or 8621074. OLE color: 8621074.
HSL color Cylindrical-coordinate representation of color #128C83: hue angle of 175.57º 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 #128C83 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 140 | 131 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.45 |
| HSL | 175.57º | 0.77% | 0.31% | - |
| HSV(B) | 175.57º | 0.87% | 0.55% | - |
| XYZ | 13.72 | 20.52 | 24.71 | - |
| YUV | 102.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 131 | 0.87 | 0 | 0.06 | 0.45 | 175.57 | 0.77 | 0.31 |
| Hex | 12 | 8C | 83 | 57 | 0 | 6 | 2D | B0 | 4D | 1F |
| Octal | 22 | 214 | 203 | 127 | 0 | 6 | 55 | 260 | 115 | 37 |
| Binary | 10010 | 10001100 | 10000011 | 1010111 | 0 | 110 | 101101 | 10110000 | 1001101 | 11111 |
Color Harmonies of #128C83
Complementary color
Monochromatic Colors of #128C83
Black with #128C83
Text Example
Text Example
White with #128C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128C83; }
p { color: rgb(18,140,131); }
H1.HeaderClassName
{
color: #128C83;
}
.AnyTagClassName
{
color: #128C83;
}
</style>
background-color css
<style>
a { background-color: #128C83; }
a { background-color: rgb(18,140,131); }
div.DivClassName
{
background-color: #128C83;
}
.BgClassName
{
background-color: #128C83;
}
</style>
border-color css
<style>
span { border-color: #128C83; }
span { border-color: rgb(18,140,131); }
td.TdClassName
{
border-color: #128C83;
}
.TagClassName
{
border-color: #128C83;
}
</style>