#128687

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

Shades of Dark Cyan #128687

Tints of Dark Cyan #128687

Color information

#128687 (or 0x128687) is unknown color: approx Dark Cyan. HEX triplet: 12, 86 and 87. RGB value is (18,134,135). Sum of RGB (Red+Green+Blue) = 18+134+135=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #128687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128687 is #ED7978. Grayscale: #636363. Windows color (decimal): -15563129 or 8881682. OLE color: 8881682.

HSL color Cylindrical-coordinate representation of color #128687: hue angle of 180.51º degrees, saturation: 0.76, 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 #128687 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB18134135-
CMYK0.870.0100.47
HSL180.51º76.47%30%-
HSV(B)180.51º86.67%52.94%-
XYZ13.1518.9325.88-
YUV99.43148.0769.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=6.27%
G=46.69%
B=47.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181341350.870.0100.47180.5176.4730
Hex12868757102Fb54c1e
Octal22206207127105726511436
Binary10010100001101000011110101111010111110110101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128687; }

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

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

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

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

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

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

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

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