#128E8A

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

Shades of Dark Cyan #128E8A

Tints of Dark Cyan #128E8A

Color information

#128E8A (or 0x128E8A) is unknown color: approx Dark Cyan. HEX triplet: 12, 8E and 8A. RGB value is (18,142,138). Sum of RGB (Red+Green+Blue) = 18+142+138=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 142 - color contains mainly: green. Hex color #128E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128E8A is #ED7175. Grayscale: #686868. Windows color (decimal): -15561078 or 9080338. OLE color: 9080338.

HSL color Cylindrical-coordinate representation of color #128E8A: hue angle of 178.06º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128E8A is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB18142138-
CMYK0.8700.030.44
HSL178.06º77.5%31.37%-
HSV(B)178.06º87.32%55.69%-
XYZ14.5121.3127.39-
YUV104.47146.9266.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.04%
GREEN value IS 142 (55.86% from 255) = 47.65%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=6.04%
G=47.65%
B=46.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181421380.8700.030.44178.0677.531.37
Hex128E8A57032Cb24e1f
Octal22216212127035426211637
Binary100101000111010001010101011101110110010110010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128E8A; }

 p { color: rgb(18,142,138); }

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

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

 a { background-color: rgb(18,142,138); }

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

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

 span { border-color: rgb(18,142,138); }

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