#128789

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

Shades of Dark Cyan #128789

Tints of Dark Cyan #128789

Color information

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

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

Color convert

RGB18135137-
CMYK0.870.0100.46
HSL181.01º76.77%30.39%-
HSV(B)181.01º86.86%53.73%-
XYZ13.4319.2626.68-
YUV100.24148.7469.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181351370.870.0100.46181.0176.7730.39
Hex12878957102Eb54d1e
Octal22207211127105626511536
Binary10010100001111000100110101111010111010110101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128789; }

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

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

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

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

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

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

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

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