#128686

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

Shades of Dark Cyan #128686

Tints of Dark Cyan #128686

Color information

#128686 (or 0x128686) is unknown color: approx Dark Cyan. HEX triplet: 12, 86 and 86. RGB value is (18,134,134). Sum of RGB (Red+Green+Blue) = 18+134+134=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #128686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128686 is #ED7979. Grayscale: #636363. Windows color (decimal): -15563130 or 8816146. OLE color: 8816146.

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

Color convert

RGB18134134-
CMYK0.87000.47
HSL180º76.32%29.8%-
HSV(B)180º86.57%52.55%-
XYZ13.0818.925.51-
YUV99.32147.5770-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.29%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=6.29%
G=46.85%
B=46.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181341340.87000.4718076.3229.8
Hex12868657002Fb44c1e
Octal22206206127005726411436
Binary10010100001101000011010101110010111110110100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128686; }

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

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

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

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

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

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

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

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