#128986

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

Shades of Dark Cyan #128986

Tints of Dark Cyan #128986

Color information

#128986 (or 0x128986) is unknown color: approx Dark Cyan. HEX triplet: 12, 89 and 86. RGB value is (18,137,134). Sum of RGB (Red+Green+Blue) = 18+137+134=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #128986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128986 is #ED7679. Grayscale: #646464. Windows color (decimal): -15562362 or 8816914. OLE color: 8816914.

HSL color Cylindrical-coordinate representation of color #128986: hue angle of 178.49º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128986 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB18137134-
CMYK0.8700.020.46
HSL178.49º76.77%30.39%-
HSV(B)178.49º86.86%53.73%-
XYZ13.519.7425.65-
YUV101.08146.5868.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=6.23%
G=47.40%
B=46.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181371340.8700.020.46178.4976.7730.39
Hex12898657022Eb24d1e
Octal22211206127025626211536
Binary100101000100110000110101011101010111010110010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128986; }

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

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

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

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

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

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

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

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