#128A93

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

Shades of Dark Cyan #128A93

Tints of Dark Cyan #128A93

Color information

#128A93 (or 0x128A93) is unknown color: approx Dark Cyan. HEX triplet: 12, 8A and 93. RGB value is (18,138,147). Sum of RGB (Red+Green+Blue) = 18+138+147=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #128A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128A93 is #ED756C. Grayscale: #666666. Windows color (decimal): -15562093 or 9669138. OLE color: 9669138.

HSL color Cylindrical-coordinate representation of color #128A93: hue angle of 184.19º 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 #128A93 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB18138147-
CMYK0.880.0600.42
HSL184.19º78.18%32.35%-
HSV(B)184.19º87.76%57.65%-
XYZ14.620.4130.77-
YUV103.15152.7467.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=5.94%
G=45.54%
B=48.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181381470.880.0600.42184.1978.1832.35
Hex128A9358602Ab84e20
Octal22212223130605227011640
Binary10010100010101001001110110001100101010101110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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