#128391

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

Shades of Dark Cyan #128391

Tints of Dark Cyan #128391

Color information

#128391 (or 0x128391) is unknown color: approx Dark Cyan. HEX triplet: 12, 83 and 91. RGB value is (18,131,145). Sum of RGB (Red+Green+Blue) = 18+131+145=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #128391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128391 is #ED7C6E. Grayscale: #626262. Windows color (decimal): -15563887 or 9536274. OLE color: 9536274.

HSL color Cylindrical-coordinate representation of color #128391: hue angle of 186.61º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128391 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18131145-
CMYK0.880.1000.43
HSL186.61º77.91%31.96%-
HSV(B)186.61º87.59%56.86%-
XYZ13.4818.4129.63-
YUV98.81154.0670.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 131 (51.56% from 255) = 44.56%
BLUE value IS 145 (57.03% from 255) = 49.32%
R=6.12%
G=44.56%
B=49.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181311450.880.1000.43186.6177.9131.96
Hex12839158A02Bbb4e20
Octal222032211301205327311640
Binary100101000001110010001101100010100101011101110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128391; }

 p { color: rgb(18,131,145); }

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

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

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

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

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

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

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