#60E2A6

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

Shades of Medium Aquamarine #60E2A6

Tints of Medium Aquamarine #60E2A6

Color information

#60E2A6 (or 0x60E2A6) is unknown color: approx Medium Aquamarine. HEX triplet: 60, E2 and A6. RGB value is (96,226,166). Sum of RGB (Red+Green+Blue) = 96+226+166=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #60E2A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E2A6 is #9F1D59. Grayscale: #B4B4B4. Windows color (decimal): -10427738 or 10936928. OLE color: 10936928.

HSL color Cylindrical-coordinate representation of color #60E2A6: hue angle of 152.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E2A6 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB96226166-
CMYK0.5800.270.11
HSL152.31º69.15%63.14%-
HSV(B)152.31º57.52%88.63%-
XYZ38.959.6345.54-
YUV180.29119.9367.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 226 (88.67% from 255) = 46.31%
BLUE value IS 166 (65.23% from 255) = 34.02%
R=19.67%
G=46.31%
B=34.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962261660.5800.270.11152.3169.1563.14
Hex60E2A63A01BB98453f
Octal140342246720331323010577
Binary110000011100010101001101110100110111011100110001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,226,166); }

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

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

 a { background-color: rgb(96,226,166); }

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

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

 span { border-color: rgb(96,226,166); }

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