#128887

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

Shades of Dark Cyan #128887

Tints of Dark Cyan #128887

Color information

#128887 (or 0x128887) is unknown color: approx Dark Cyan. HEX triplet: 12, 88 and 87. RGB value is (18,136,135). Sum of RGB (Red+Green+Blue) = 18+136+135=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #128887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128887 is #ED7778. Grayscale: #646464. Windows color (decimal): -15562617 or 8882194. OLE color: 8882194.

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

Color convert

RGB18136135-
CMYK0.8700.010.47
HSL179.49º76.62%30.2%-
HSV(B)179.49º86.76%53.33%-
XYZ13.4319.4925.98-
YUV100.6147.4169.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 135 (53.12% from 255) = 46.71%
R=6.23%
G=47.06%
B=46.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181361350.8700.010.47179.4976.6230.2
Hex12888757012Fb34d1e
Octal22210207127015726311536
Binary10010100010001000011110101110110111110110011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128887; }

 p { color: rgb(18,136,135); }

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

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

 a { background-color: rgb(18,136,135); }

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

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

 span { border-color: rgb(18,136,135); }

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