#128788

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

Shades of Dark Cyan #128788

Tints of Dark Cyan #128788

Color information

#128788 (or 0x128788) is unknown color: approx Dark Cyan. HEX triplet: 12, 87 and 88. RGB value is (18,135,136). Sum of RGB (Red+Green+Blue) = 18+135+136=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #128788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128788 is #ED7877. Grayscale: #646464. Windows color (decimal): -15562872 or 8947474. OLE color: 8947474.

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

Color convert

RGB18135136-
CMYK0.870.0100.47
HSL180.51º76.62%30.2%-
HSV(B)180.51º86.76%53.33%-
XYZ13.3619.2326.3-
YUV100.13148.2469.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=6.23%
G=46.71%
B=47.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181351360.870.0100.47180.5176.6230.2
Hex12878857102Fb54d1e
Octal22207210127105726511536
Binary10010100001111000100010101111010111110110101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128788; }

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

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

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

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

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

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

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

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