#128489

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

Shades of Dark Cyan #128489

Tints of Dark Cyan #128489

Color information

#128489 (or 0x128489) is unknown color: approx Dark Cyan. HEX triplet: 12, 84 and 89. RGB value is (18,132,137). Sum of RGB (Red+Green+Blue) = 18+132+137=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #128489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128489 is #ED7B76. Grayscale: #626262. Windows color (decimal): -15563639 or 9012242. OLE color: 9012242.

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

Color convert

RGB18132137-
CMYK0.870.0400.46
HSL182.52º76.77%30.39%-
HSV(B)182.52º86.86%53.73%-
XYZ13.0218.4426.54-
YUV98.48149.7370.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=6.27%
G=45.99%
B=47.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181321370.870.0400.46182.5276.7730.39
Hex12848957402Eb74d1e
Octal22204211127405626711536
Binary1001010000100100010011010111100010111010110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128489; }

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

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

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

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

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

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

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

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