#128988

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

Shades of Dark Cyan #128988

Tints of Dark Cyan #128988

Color information

#128988 (or 0x128988) is unknown color: approx Dark Cyan. HEX triplet: 12, 89 and 88. RGB value is (18,137,136). Sum of RGB (Red+Green+Blue) = 18+137+136=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #128988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128988 is #ED7677. Grayscale: #656565. Windows color (decimal): -15562360 or 8947986. OLE color: 8947986.

HSL color Cylindrical-coordinate representation of color #128988: hue angle of 179.5º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128988 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB18137136-
CMYK0.8700.010.46
HSL179.5º76.77%30.39%-
HSV(B)179.5º86.86%53.73%-
XYZ13.6419.826.4-
YUV101.3147.5868.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=6.19%
G=47.08%
B=46.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181371360.8700.010.46179.576.7730.39
Hex12898857012Eb34d1e
Octal22211210127015626311536
Binary10010100010011000100010101110110111010110011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128988; }

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

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

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

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

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

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

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

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