#128990

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

Shades of Dark Cyan #128990

Tints of Dark Cyan #128990

Color information

#128990 (or 0x128990) is unknown color: approx Dark Cyan. HEX triplet: 12, 89 and 90. RGB value is (18,137,144). Sum of RGB (Red+Green+Blue) = 18+137+144=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #128990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128990 is #ED766F. Grayscale: #666666. Windows color (decimal): -15562352 or 9472274. OLE color: 9472274.

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

Color convert

RGB18137144-
CMYK0.880.0500.44
HSL183.33º77.78%31.76%-
HSV(B)183.33º87.5%56.47%-
XYZ14.2320.0329.5-
YUV102.22151.5867.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.02%
GREEN value IS 137 (53.91% from 255) = 45.82%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=6.02%
G=45.82%
B=48.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181371440.880.0500.44183.3377.7831.76
Hex12899058502Cb74e20
Octal22211220130505426711640
Binary10010100010011001000010110001010101100101101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128990; }

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

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

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

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

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

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

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

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