#60E8A1

Color #60E8A1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #60E8A1

Tints of Medium Aquamarine #60E8A1

Color information

#60E8A1 (or 0x60E8A1) is unknown color: approx Medium Aquamarine. HEX triplet: 60, E8 and A1. RGB value is (96,232,161). Sum of RGB (Red+Green+Blue) = 96+232+161=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #60E8A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60E8A1 is #9F175E. Grayscale: #B7B7B7. Windows color (decimal): -10426207 or 10610784. OLE color: 10610784.

HSL color Cylindrical-coordinate representation of color #60E8A1: hue angle of 148.68º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E8A1 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB96232161-
CMYK0.5900.310.09
HSL148.68º74.73%64.31%-
HSV(B)148.68º58.62%90.98%-
XYZ40.1162.7743.72-
YUV183.24115.4465.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.63%
GREEN value IS 232 (91.02% from 255) = 47.44%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=19.63%
G=47.44%
B=32.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal962321610.5900.310.09148.6874.7364.31
Hex60E8A13B01F9954b40
Octal1403502417303711225113100
Binary1100000111010001010000111101101111110011001010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60E8A1; }

 p { color: rgb(96,232,161); }

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

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

 a { background-color: rgb(96,232,161); }

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

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

 span { border-color: rgb(96,232,161); }

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