#128588

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

Shades of Dark Cyan #128588

Tints of Dark Cyan #128588

Color information

#128588 (or 0x128588) is unknown color: approx Dark Cyan. HEX triplet: 12, 85 and 88. RGB value is (18,133,136). Sum of RGB (Red+Green+Blue) = 18+133+136=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #128588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128588 is #ED7A77. Grayscale: #626262. Windows color (decimal): -15563384 or 8946962. OLE color: 8946962.

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

Color convert

RGB18133136-
CMYK0.870.0200.47
HSL181.53º76.62%30.2%-
HSV(B)181.53º86.76%53.33%-
XYZ13.0818.6826.21-
YUV98.96148.970.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=6.27%
G=46.34%
B=47.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181331360.870.0200.47181.5376.6230.2
Hex12858857202Fb64d1e
Octal22205210127205726611536
Binary100101000010110001000101011110010111110110110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128588; }

 p { color: rgb(18,133,136); }

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

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

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

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

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

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

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