#128491

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

Shades of Dark Cyan #128491

Tints of Dark Cyan #128491

Color information

#128491 (or 0x128491) is unknown color: approx Dark Cyan. HEX triplet: 12, 84 and 91. RGB value is (18,132,145). Sum of RGB (Red+Green+Blue) = 18+132+145=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #128491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128491 is #ED7B6E. Grayscale: #636363. Windows color (decimal): -15563631 or 9536530. OLE color: 9536530.

HSL color Cylindrical-coordinate representation of color #128491: hue angle of 186.14º 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 #128491 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18132145-
CMYK0.880.0900.43
HSL186.14º77.91%31.96%-
HSV(B)186.14º87.59%56.86%-
XYZ13.6118.6829.68-
YUV99.4153.7369.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=6.10%
G=44.75%
B=49.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181321450.880.0900.43186.1477.9131.96
Hex12849158902Bba4e20
Octal222042211301105327211640
Binary100101000010010010001101100010010101011101110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128491; }

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

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

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

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

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

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

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

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