#128C93

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

Shades of Dark Cyan #128C93

Tints of Dark Cyan #128C93

Color information

#128C93 (or 0x128C93) is unknown color: approx Dark Cyan. HEX triplet: 12, 8C and 93. RGB value is (18,140,147). Sum of RGB (Red+Green+Blue) = 18+140+147=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #128C93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128C93 is #ED736C. Grayscale: #686868. Windows color (decimal): -15561581 or 9669650. OLE color: 9669650.

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

Color convert

RGB18140147-
CMYK0.880.0500.42
HSL183.26º78.18%32.35%-
HSV(B)183.26º87.76%57.65%-
XYZ14.8920.9930.87-
YUV104.32152.0866.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.90%
GREEN value IS 140 (55.08% from 255) = 45.90%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=5.90%
G=45.90%
B=48.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181401470.880.0500.42183.2678.1832.35
Hex128C9358502Ab74e20
Octal22214223130505226711640
Binary10010100011001001001110110001010101010101101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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