#128987

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

Shades of Dark Cyan #128987

Tints of Dark Cyan #128987

Color information

#128987 (or 0x128987) is unknown color: approx Dark Cyan. HEX triplet: 12, 89 and 87. RGB value is (18,137,135). Sum of RGB (Red+Green+Blue) = 18+137+135=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #128987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128987 is #ED7678. Grayscale: #656565. Windows color (decimal): -15562361 or 8882450. OLE color: 8882450.

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

Color convert

RGB18137135-
CMYK0.8700.010.46
HSL178.99º76.77%30.39%-
HSV(B)178.99º86.86%53.73%-
XYZ13.5719.7726.02-
YUV101.19147.0868.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 137 (53.91% from 255) = 47.24%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=6.21%
G=47.24%
B=46.55%

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
Decimal181371350.8700.010.46178.9976.7730.39
Hex12898757012Eb34d1e
Octal22211207127015626311536
Binary10010100010011000011110101110110111010110011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128987; }

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

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

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

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

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

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

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

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