#128E93

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

Shades of Dark Cyan #128E93

Tints of Dark Cyan #128E93

Color information

#128E93 (or 0x128E93) is unknown color: approx Dark Cyan. HEX triplet: 12, 8E and 93. RGB value is (18,142,147). Sum of RGB (Red+Green+Blue) = 18+142+147=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #128E93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128E93 is #ED716C. Grayscale: #696969. Windows color (decimal): -15561069 or 9670162. OLE color: 9670162.

HSL color Cylindrical-coordinate representation of color #128E93: hue angle of 182.33º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128E93 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB18142147-
CMYK0.880.0300.42
HSL182.33º78.18%32.35%-
HSV(B)182.33º87.76%57.65%-
XYZ15.1921.5830.97-
YUV105.49151.4265.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.86%
GREEN value IS 142 (55.86% from 255) = 46.25%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=5.86%
G=46.25%
B=47.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181421470.880.0300.42182.3378.1832.35
Hex128E9358302Ab64e20
Octal22216223130305226611640
Binary1001010001110100100111011000110101010101101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128E93; }

 p { color: rgb(18,142,147); }

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

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

 a { background-color: rgb(18,142,147); }

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

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

 span { border-color: rgb(18,142,147); }

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