#128C90

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

Shades of Dark Cyan #128C90

Tints of Dark Cyan #128C90

Color information

#128C90 (or 0x128C90) is unknown color: approx Dark Cyan. HEX triplet: 12, 8C and 90. RGB value is (18,140,144). Sum of RGB (Red+Green+Blue) = 18+140+144=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #128C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128C90 is #ED736F. Grayscale: #676767. Windows color (decimal): -15561584 or 9473042. OLE color: 9473042.

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

Color convert

RGB18140144-
CMYK0.880.0300.44
HSL181.9º77.78%31.76%-
HSV(B)181.9º87.5%56.47%-
XYZ14.6620.929.65-
YUV103.98150.5866.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.96%
GREEN value IS 140 (55.08% from 255) = 46.36%
BLUE value IS 144 (56.64% from 255) = 47.68%
R=5.96%
G=46.36%
B=47.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181401440.880.0300.44181.977.7831.76
Hex128C9058302Cb64e20
Octal22214220130305426611640
Binary1001010001100100100001011000110101100101101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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