#60E1A0

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

Shades of Medium Aquamarine #60E1A0

Tints of Medium Aquamarine #60E1A0

Color information

#60E1A0 (or 0x60E1A0) is unknown color: approx Medium Aquamarine. HEX triplet: 60, E1 and A0. RGB value is (96,225,160). Sum of RGB (Red+Green+Blue) = 96+225+160=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #60E1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E1A0 is #9F1E5F. Grayscale: #B3B3B3. Windows color (decimal): -10428000 or 10543456. OLE color: 10543456.

HSL color Cylindrical-coordinate representation of color #60E1A0: hue angle of 149.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E1A0 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB96225160-
CMYK0.5700.290.12
HSL149.77º68.25%62.94%-
HSV(B)149.77º57.33%88.24%-
XYZ38.0958.8842.61-
YUV179.02117.2668.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.96%
GREEN value IS 225 (88.28% from 255) = 46.78%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=19.96%
G=46.78%
B=33.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal962251600.5700.290.12149.7768.2562.94
Hex60E1A03901DC96443f
Octal140341240710351422610477
Binary110000011100001101000001110010111011100100101101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,225,160); }

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

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

 a { background-color: rgb(96,225,160); }

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

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

 span { border-color: rgb(96,225,160); }

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