#128E86

Color #128E86 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #128E86

Tints of Dark Cyan #128E86

Color information

#128E86 (or 0x128E86) is unknown color: approx Dark Cyan. HEX triplet: 12, 8E and 86. RGB value is (18,142,134). Sum of RGB (Red+Green+Blue) = 18+142+134=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #128E86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128E86 is #ED7179. Grayscale: #676767. Windows color (decimal): -15561082 or 8818194. OLE color: 8818194.

HSL color Cylindrical-coordinate representation of color #128E86: hue angle of 176.13º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128E86 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB18142134-
CMYK0.8700.060.44
HSL176.13º77.5%31.37%-
HSV(B)176.13º87.32%55.69%-
XYZ14.2321.225.9-
YUV104.01144.9266.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 142 (55.86% from 255) = 48.30%
BLUE value IS 134 (52.73% from 255) = 45.58%
R=6.12%
G=48.30%
B=45.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181421340.8700.060.44176.1377.531.37
Hex128E8657062Cb04e1f
Octal22216206127065426011637
Binary1001010001110100001101010111011010110010110000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128E86; }

 p { color: rgb(18,142,134); }

 H1.HeaderClassName
 {
   color: #128E86;
 }
 .AnyTagClassName
 {
   color: #128E86;
 }
</style>
background-color css

<style>
 a { background-color: #128E86; }

 a { background-color: rgb(18,142,134); }

 div.DivClassName
 {
   background-color: #128E86;
 }
 .BgClassName
 {
   background-color: #128E86;
 }
</style>
border-color css

<style>
 span { border-color: #128E86; }

 span { border-color: rgb(18,142,134); }

 td.TdClassName
 {
   border-color: #128E86;
 }
 .TagClassName
 {
   border-color: #128E86;
 }
</style>