#128388

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

Shades of Dark Cyan #128388

Tints of Dark Cyan #128388

Color information

#128388 (or 0x128388) is unknown color: approx Dark Cyan. HEX triplet: 12, 83 and 88. RGB value is (18,131,136). Sum of RGB (Red+Green+Blue) = 18+131+136=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #128388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128388 is #ED7C77. Grayscale: #616161. Windows color (decimal): -15563896 or 8946450. OLE color: 8946450.

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

Color convert

RGB18131136-
CMYK0.870.0400.47
HSL182.54º76.62%30.2%-
HSV(B)182.54º86.76%53.33%-
XYZ12.8118.1426.12-
YUV97.78149.5671.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=6.32%
G=45.96%
B=47.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181311360.870.0400.47182.5476.6230.2
Hex12838857402Fb74d1e
Octal22203210127405726711536
Binary1001010000011100010001010111100010111110110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128388; }

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

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

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

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

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

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

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

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