#128291

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

Shades of Dark Cyan #128291

Tints of Dark Cyan #128291

Color information

#128291 (or 0x128291) is unknown color: approx Dark Cyan. HEX triplet: 12, 82 and 91. RGB value is (18,130,145). Sum of RGB (Red+Green+Blue) = 18+130+145=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #128291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128291 is #ED7D6E. Grayscale: #626262. Windows color (decimal): -15564143 or 9536018. OLE color: 9536018.

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

Color convert

RGB18130145-
CMYK0.880.1000.43
HSL187.09º77.91%31.96%-
HSV(B)187.09º87.59%56.86%-
XYZ13.3418.1429.59-
YUV98.22154.3970.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=6.14%
G=44.37%
B=49.49%

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
Decimal181301450.880.1000.43187.0977.9131.96
Hex12829158A02Bbb4e20
Octal222022211301205327311640
Binary100101000001010010001101100010100101011101110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128291; }

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

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

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

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

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

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

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

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