#128689

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

Shades of Dark Cyan #128689

Tints of Dark Cyan #128689

Color information

#128689 (or 0x128689) is unknown color: approx Dark Cyan. HEX triplet: 12, 86 and 89. RGB value is (18,134,137). Sum of RGB (Red+Green+Blue) = 18+134+137=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #128689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128689 is #ED7976. Grayscale: #636363. Windows color (decimal): -15563127 or 9012754. OLE color: 9012754.

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

Color convert

RGB18134137-
CMYK0.870.0200.46
HSL181.51º76.77%30.39%-
HSV(B)181.51º86.86%53.73%-
XYZ13.2918.9826.63-
YUV99.66149.0769.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 137 (53.91% from 255) = 47.40%
R=6.23%
G=46.37%
B=47.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181341370.870.0200.46181.5176.7730.39
Hex12868957202Eb64d1e
Octal22206211127205626611536
Binary100101000011010001001101011110010111010110110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128689; }

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

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

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

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

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

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

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

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