#128c82

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

Shades of Dark Cyan #128C82

Tints of Dark Cyan #128C82

Color information

#128C82 (or 0x128C82) is unknown color: approx Dark Cyan. HEX triplet: 12, 8C and 82. RGB value is (18,140,130). Sum of RGB (Red+Green+Blue) = 18+140+130=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #128C82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128C82 is #ED737D. Grayscale: #666666. Windows color (decimal): -15561598 or 8555538. OLE color: 8555538.

HSL color Cylindrical-coordinate representation of color #128C82: hue angle of 175.08º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128C82 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB18140130-
CMYK0.8700.070.45
HSL175.08º77.22%30.98%-
HSV(B)175.08º87.14%54.9%-
XYZ13.6620.524.36-
YUV102.38143.5867.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.25%
GREEN value IS 140 (55.08% from 255) = 48.61%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=6.25%
G=48.61%
B=45.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181401300.8700.070.45175.0877.2230.98
Hex128C8257072Daf4d1f
Octal22214202127075525711537
Binary1001010001100100000101010111011110110110101111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128c82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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